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:
  • 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.