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, waitdestroypublic void initialize(IPluginInitializeBeanData initializeBeanData) throws FCPluginException
IPluginGenericCustomGUIBeanIPluginGenericCustomGUI 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 IPluginGenericCustomGUIBeaninitializeBeanData - 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()
IPluginGenericCustomGUIBeangetProperties in interface IPluginGenericCustomGUIBeanProperties The properties of the plugin.public IPluginFileHelper getFileHelper()
IPluginGenericCustomGUIBeangetFileHelper in interface IPluginGenericCustomGUIBeanIPluginFileHelper The helper class for working with the plugin filespublic IPluginResourceHelper getResourceHelper()
IPluginGenericCustomGUIBeangetResourceHelper in interface IPluginGenericCustomGUIBeanIPluginResourceHelper The helper class for working with resourcesCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.