public interface IPluginCustomGUIBean extends IPluginGenericCustomGUIBean
ViewScoped
annotation set. The bean is created when the plugin action is selected, and destroyed
when a different action is selected.Modifier and Type | Method and Description |
---|---|
default IPluginCustomGUIBeanAfterSave |
afterSave()
Functionality that is executed immediately after saving the plugin configuration in the ui
|
default IPluginCustomGUIBeanBeforeDelete |
beforeDelete()
Functionality that is executed immediately before delete the plugin configuration in the ui.
|
default IPluginCustomGUIBeanBeforeSave |
beforeSave()
Functionality that is executed immediately before saving the plugin configuration in the ui
|
IProcessingBean |
getProcessingBean()
Deprecated.
Use a
ManagedProperty with processingBean . Otherwise, the processing bean will not be
available when IPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData) is called. |
void |
setProcessingBean(IProcessingBean bean)
Deprecated.
Use a
ManagedProperty with processingBean . Otherwise, the processing bean will not be
available when IPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData) is called. |
destroy, getFileHelper, getProperties, getResourceHelper, initialize
@Deprecated void setProcessingBean(IProcessingBean bean)
ManagedProperty
with processingBean
. Otherwise, the processing bean will not be
available when IPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData)
is called.bean
- an object of type IProcessingBean
@Deprecated IProcessingBean getProcessingBean()
ManagedProperty
with processingBean
. Otherwise, the processing bean will not be
available when IPluginGenericCustomGUIBean.initialize(de.xima.fc.interfaces.plugin.lifecycle.IPluginInitializeBeanData)
is called.IProcessingBean
or nulldefault IPluginCustomGUIBeanBeforeSave beforeSave()
true
is returned, plugin will be saved, else notdefault IPluginCustomGUIBeanAfterSave afterSave()
default IPluginCustomGUIBeanBeforeDelete beforeDelete()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.