Class FormDesignerSetupBean
- java.lang.Object
 - 
- de.xima.fc.gui.designer.form.bean.FormDesignerSetupBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class FormDesignerSetupBean extends Object implements 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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormDesignerSetupBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPageLoad()Callback invoked via a view action on page load.voidupdateDesignerConfig()Called by a remote command from JSF. 
 - 
 
- 
- 
Method Detail
- 
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. 
 - 
 
 -