Class APluginClientDashboardCustomGUIBean
java.lang.Object
de.xima.fc.plugin.abstracts.APluginGenericCustomGUIBean
de.xima.fc.plugin.abstracts.APluginClientDashboardCustomGUIBean
- All Implemented Interfaces:
IPluginClientDashboardCustomGUIBean, IPluginGenericCustomGUIBean, Serializable
public abstract class APluginClientDashboardCustomGUIBean
extends APluginGenericCustomGUIBean
implements IPluginClientDashboardCustomGUIBean
Base class for the bean of a
IPluginClientDashboard. You can inherit from this class.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class APluginGenericCustomGUIBean
getFileHelper, getProperties, getResourceHelper, initializeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IPluginGenericCustomGUIBean
destroy, getFileHelper, getProperties, getResourceHelper, initialize
-
Constructor Details
-
APluginClientDashboardCustomGUIBean
public APluginClientDashboardCustomGUIBean()
-