Interface SavablePanel.SaveContext
- Enclosing interface:
- SavablePanel
public static interface SavablePanel.SaveContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
saveFinishedWithError
(Throwable error) void
Call this if there are no validation errors, and you're going to start some background saving taskvoid
validationError
(String message)
-
Method Details
-
validationError
-
saveStarted
void saveStarted()Call this if there are no validation errors, and you're going to start some background saving task -
saveFinishedSuccessfully
void saveFinishedSuccessfully() -
saveFinishedWithError
-