Class FormDesignerCatalogBean
java.lang.Object
de.xima.fc.gui.designer.form.bean.FormDesignerCatalogBean
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remote command that returns the items contained in the catalog with given ID provided by the plugin with the given name.void
Remote command that lists catalogs provided by the plugin with the given name.
-
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.
-