public interface IPluginClientDashboardCustomGUIBean extends IPluginGenericCustomGUIBean
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.
IPluginGenericCustomGUI
destroy, getFileHelper, getProperties, getResourceHelper, initialize
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.