Interface SavablePanel.SaveContext
- Enclosing interface:
- SavablePanel
public static interface SavablePanel.SaveContext
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsaveFinishedWithError(Throwable error) voidCall this if there are no validation errors, and you're going to start some background saving taskvoidvalidationError(String message) 
- 
Method Details- 
validationError
- 
saveStartedvoid saveStarted()Call this if there are no validation errors, and you're going to start some background saving task
- 
saveFinishedSuccessfullyvoid saveFinishedSuccessfully()
- 
saveFinishedWithError
 
-