Class 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 Detail

      • FormDesignerSetupBean

        public FormDesignerSetupBean()
    • 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.