Class FormDesignerCatalogBean
- java.lang.Object
-
- de.xima.fc.gui.designer.form.bean.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 Summary
Constructors Constructor Description FormDesignerCatalogBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
listCatalogContent()
Remote command that returns the items contained in the catalog with given ID provided by the plugin with the given name.void
listCatalogs()
Remote command that lists catalogs provided by the plugin with the given name.
-
-
-
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.
-
-