Interface IPluginClientDashboardCustomGUIBean

All Superinterfaces:
IPluginGenericCustomGUIBean, Serializable
All Known Implementing Classes:
APluginClientDashboardCustomGUIBean

public interface IPluginClientDashboardCustomGUIBean extends IPluginGenericCustomGUIBean
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: