org.jboss.portal.theme.page
Class WindowResult.Action
java.lang.Object
org.jboss.portal.theme.page.WindowResult.Action
- All Implemented Interfaces:
- ObjectRendererContext, ActionRendererContext
- Enclosing class:
- WindowResult
public static class WindowResult.Action
- extends java.lang.Object
- implements ActionRendererContext
Represents an action that can be triggered.
todo : add more stuff
- Author:
- Julien Viet
Constructor Summary |
WindowResult.Action(java.lang.String name,
java.lang.String family,
java.lang.String url,
boolean enabled)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowResult.Action
public WindowResult.Action(java.lang.String name,
java.lang.String family,
java.lang.String url,
boolean enabled)
getName
public java.lang.String getName()
- Specified by:
getName
in interface ActionRendererContext
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in interface ActionRendererContext
getURL
public java.lang.String getURL()
- Specified by:
getURL
in interface ActionRendererContext
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface ActionRendererContext
getProperty
public java.lang.String getProperty(java.lang.String name)
- Specified by:
getProperty
in interface ObjectRendererContext
getProperties
public java.util.Map getProperties()
- Specified by:
getProperties
in interface ObjectRendererContext