Class FormDesignerCatalogBean

java.lang.Object
de.xima.fc.gui.designer.form.bean.FormDesignerCatalogBean
All Implemented Interfaces:
Serializable

@RequestScoped @Named 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:
  • Constructor Details

    • FormDesignerCatalogBean

      public FormDesignerCatalogBean()
  • Method Details

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