Package net.sf.basedb.opengrid.service
Class OpenGridServiceConfigureFactory
java.lang.Object
net.sf.basedb.clients.web.extensions.AbstractJspFactory
net.sf.basedb.clients.web.extensions.AbstractJspActionFactory<ButtonAction>
net.sf.basedb.clients.web.extensions.toolbar.FixedButtonFactory
net.sf.basedb.opengrid.service.OpenGridServiceConfigureFactory
- All Implemented Interfaces:
DynamicActionAttributes
,ButtonAction
,Action
,ActionFactory<ButtonAction>
public class OpenGridServiceConfigureFactory
extends FixedButtonFactory
implements ActionFactory<ButtonAction>
Action factory that creates a "Configure" button in the "Action"
column for the Open Grid service. This extension is intended to
be added to the "net.sf.basedb.clients.web.services.list.actions"
extension point and adds the button if the current action is
an instance of
OpenGridServiceFactory.OpenGridServiceControllerAction
.- Since:
- 1.0
- Author:
- nicklas
-
Constructor Summary
-
Method Summary
Methods inherited from class net.sf.basedb.clients.web.extensions.toolbar.FixedButtonFactory
getClazz, getIcon, getId, getStyle, getTabIndex, getTitle, getTooltip, isEnabled, isVisible, setClazz, setEnabled, setEnabled, setIcon, setId, setStyle, setTabIndex, setTitle, setTooltip, setVisible, setVisible
Methods inherited from class net.sf.basedb.clients.web.extensions.AbstractJspActionFactory
prepareContext
Methods inherited from class net.sf.basedb.clients.web.extensions.AbstractJspFactory
getDynamicActionAttributes, getParameter, getScripts, getStylesheets, prepareContext, setParameter, setScript, setStylesheet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.basedb.util.extensions.ActionFactory
prepareContext
-
Constructor Details
-
OpenGridServiceConfigureFactory
public OpenGridServiceConfigureFactory()
-
-
Method Details
-
getActions
- Specified by:
getActions
in interfaceActionFactory<ButtonAction>
- Overrides:
getActions
in classFixedButtonFactory
-