Class FormDesignerCatalogBean

  • All Implemented Interfaces:
    Serializable

    @RequestScoped
    @Named("formDesignerCatalogBean")
    public class FormDesignerCatalogBean
    extends Object
    implements Serializable
    Bean for the form designer. Loads the requested catalog data or a list of available catalogs (provided by plugins).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • FormDesignerCatalogBean

        public FormDesignerCatalogBean()
    • Method Detail

      • listCatalogContent

        public void listCatalogContent()
        Remote command that returns the items contained in the catalog with given ID provided by the plugin with the given name.
      • listCatalogs

        public void listCatalogs()
        Remote command that lists catalogs provided by the plugin with the given name.