Package de.xima.fc.gui.model.data
Class ClientFormTrackerHelper
- java.lang.Object
 - 
- de.xima.fc.gui.model.data.ClientFormTrackerHelper
 
 
- 
public class ClientFormTrackerHelper extends Object
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidnotifySaveSuccess()This helper method should be called after data entered by a user was saved (persisted) successfully. 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -