站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WindowResult.Action - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.theme.page
Class WindowResult.Action

java.lang.Object
  extended byorg.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

Author:
Julien Viet

Field Summary
private  boolean enabled
          Enabled or not.
private  java.lang.Object origin
          The origin of the action.
private  java.lang.String url
          The action url.
 
Constructor Summary
WindowResult.Action(java.lang.Object origin, java.lang.String url, boolean enabled)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getOrigin()
           
 java.lang.String getURL()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

private final java.lang.Object origin
The origin of the action.


url

private final java.lang.String url
The action url.


enabled

private final boolean enabled
Enabled or not.

Constructor Detail

WindowResult.Action

public WindowResult.Action(java.lang.Object origin,
                           java.lang.String url,
                           boolean enabled)
Method Detail

getName

public java.lang.String getName()

getOrigin

public java.lang.Object getOrigin()

getURL

public java.lang.String getURL()

isEnabled

public boolean isEnabled()