public abstract class APluginGenericCustomGUIBean extends Object implements IPluginGenericCustomGUIBean, Serializable
Constructor and Description |
---|
APluginGenericCustomGUIBean() |
Modifier and Type | Method and Description |
---|---|
IPluginFileHelper |
getFileHelper()
Lets you acces the file helper of the plugin that provided this UI.
|
Properties |
getProperties()
Lets you access the properties of the plugin that provided this UI.
|
IPluginResourceHelper |
getResourceHelper()
Lets you access the resource helper of the plugin that provided this UI.
|
void |
initialize(IPluginInitializeBeanData initializeBeanData)
A callback method that is invoked after all beans required by the
IPluginGenericCustomGUI plugin were
created. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
destroy
public void initialize(IPluginInitializeBeanData initializeBeanData) throws FCPluginException
IPluginGenericCustomGUIBean
IPluginGenericCustomGUI
plugin were
created. You can use this method to get access to the plugin configuration data. If you need to perform any
initialization logic, do it in this method.initialize
in interface IPluginGenericCustomGUIBean
initializeBeanData
- The IPluginInitializeBeanData
you can make use of in the initialization process.FCPluginException
- When the bean could not be initialized. If you do throw the exception, an error will be
shown to the user. Depending on the type of custom UI, the user may instead see an error page, a default page or be
redirected to another page.public Properties getProperties()
IPluginGenericCustomGUIBean
getProperties
in interface IPluginGenericCustomGUIBean
Properties
The properties of the plugin.public IPluginFileHelper getFileHelper()
IPluginGenericCustomGUIBean
getFileHelper
in interface IPluginGenericCustomGUIBean
IPluginFileHelper
The helper class for working with the plugin filespublic IPluginResourceHelper getResourceHelper()
IPluginGenericCustomGUIBean
getResourceHelper
in interface IPluginGenericCustomGUIBean
IPluginResourceHelper
The helper class for working with resourcesCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.