Package de.xima.fc.gui.common.statics
Class ClientFormTrackerHelper
java.lang.Object
de.xima.fc.gui.common.statics.ClientFormTrackerHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
This helper method should be called after data entered by a user was saved (persisted) successfully.
-
Method Details
-
notifySaveSuccess
public static void notifySaveSuccess()This helper method should be called after data entered by a user was saved (persisted) successfully. When data was entered in a form and it is not saved yet, the save button is highlighted to inform the user of that fact. Calls a JavaScript method on the client-side that handles the client-side logic.
-