Interface SavablePanel.SaveContext
- 
- Enclosing interface:
- SavablePanel
 
 public static interface SavablePanel.SaveContext
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsaveFinishedSuccessfully()voidsaveFinishedWithError(java.lang.Throwable error)voidsaveStarted()Call this if there are no validation errors, and you're going to start some background saving taskvoidvalidationError(java.lang.String message)
 
- 
- 
- 
Method Detail- 
validationErrorvoid validationError(java.lang.String message) 
 - 
saveStartedvoid saveStarted() Call this if there are no validation errors, and you're going to start some background saving task
 - 
saveFinishedSuccessfullyvoid saveFinishedSuccessfully() 
 - 
saveFinishedWithErrorvoid saveFinishedWithError(java.lang.Throwable error) 
 
- 
 
-