Class FormDesignerSetupBean
java.lang.Object
de.xima.fc.gui.designer.form.bean.FormDesignerSetupBean
- All Implemented Interfaces:
 Serializable
Bean that is invoked when the form designer is opened. Loads all data required for the form designer.
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback invoked via a view action on page load.voidCalled by a remote command from JSF. 
- 
Constructor Details
- 
FormDesignerSetupBean
public FormDesignerSetupBean() 
 - 
 - 
Method Details
- 
onPageLoad
public void onPageLoad()Callback invoked via a view action on page load. Initializes all data required for the form designer. - 
updateDesignerConfig
public void updateDesignerConfig()Called by a remote command from JSF. Adds the current designer config as a callback parameter so that it is available on the client. 
 -