Package de.xima.fc.plugin.gui
Interface IPluginClientDashboardCustomGUIBean
-
- All Superinterfaces:
IPluginGenericCustomGUIBean
,Serializable
- All Known Implementing Classes:
APluginClientDashboardCustomGUIBean
public interface IPluginClientDashboardCustomGUIBean extends IPluginGenericCustomGUIBean
Interface for the bean of aIPluginClientDashboard
. This bean must be view scoped, ie. have theViewScoped
annotation set. The bean is created when the dashboard is opened and remains active while the dashboard page remains opened.The annotations
PostConstruct
,PreDestroy
andManagedProperty
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:
IPluginGenericCustomGUI
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.plugin.gui.IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize
-
-