Package de.xima.fc.plugin.gui
Interface IPluginClientDashboardCustomGUIBean
- All Superinterfaces:
IPluginGenericCustomGUIBean
,Serializable
- All Known Implementing Classes:
APluginClientDashboardCustomGUIBean
Interface for the bean of a
IPluginClientDashboard
. This bean must be view scoped, ie. have the
ViewScoped
annotation set. The bean is created when the dashboard is opened and remains active while the
dashboard page remains opened.
The annotations PostConstruct
, PreDestroy
and ManagedProperty
are supported.
If this bean throws an error in the constructor or in the
IPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData)
method, the default dashboard
will be used instead.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Methods inherited from interface de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize