当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
WindowResult.Action - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.theme.page
Class WindowResult.Action
java.lang.Object
org.jboss.portal.theme.page.WindowResult.Action
- Enclosing class:
- WindowResult
- public static class WindowResult.Action
- extends java.lang.Object
Represents an action that can be triggered.
todo : add more stuff
Constructor Summary |
WindowResult.Action(java.lang.String name,
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 url,
boolean enabled)
getName
public java.lang.String getName()
getURL
public java.lang.String getURL()
isEnabled
public boolean isEnabled()