org.apache.myfaces.tobago.security
Class UISecuredLink

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
                  extended by org.apache.myfaces.tobago.internal.component.AbstractUICommand
                      extended by org.apache.myfaces.tobago.component.UICommand
                          extended by org.apache.myfaces.tobago.component.UILink
                              extended by org.apache.myfaces.tobago.security.UISecuredLink
All Implemented Interfaces:
ActionSource, ActionSource2, StateHolder, SupportsMarkup, SupportsRenderedPartially, UILinkCommand, Configurable, LayoutBase, LayoutComponent

public class UISecuredLink
extends UILink


Field Summary
static String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UISecuredLink()
           
 
Method Summary
 boolean isDisabled()
          Flag indicating that this element is disabled.
 void setActionExpression(MethodExpression actionExpression)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UILink
getAccessKey, getImage, getLabel, getLabelWithAccessKey, getTabIndex, getTip, isImmediate, isInline, isJsfResource, isTransition, restoreState, saveState, setAccessKey, setDisabled, setImage, setImmediate, setInline, setJsfResource, setLabel, setLabelWithAccessKey, setTabIndex, setTip, setTransition
 
Methods inherited from class org.apache.myfaces.tobago.component.UICommand
getColumnSpan, getCurrentHeight, getCurrentMarkup, getCurrentWidth, getDisplay, getHeight, getHorizontalIndex, getLeft, getLink, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarkup, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getOnclick, getPreferredHeight, getPreferredWidth, getRenderedPartially, getResource, getRowSpan, getTarget, getTop, getVerticalIndex, getWidth, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisplay, setHeight, setHorizontalIndex, setLeft, setLink, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setOnclick, setPreferredHeight, setPreferredWidth, setRenderedPartially, setResource, setRowSpan, setTarget, setTop, setVerticalIndex, setWidth
 
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
processDecodes, queueEvent
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionListener, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.tobago.component.UILinkCommand
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, setId, setParent, setRendered, setRendererType, setValueBinding
 
Methods inherited from interface javax.faces.component.ActionSource
addActionListener, getAction, getActionListener, getActionListeners, removeActionListener, setAction, setActionListener
 
Methods inherited from interface javax.faces.component.StateHolder
isTransient, setTransient
 
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent
isRendered
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getRendererType
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UISecuredLink

public UISecuredLink()
Method Detail

isDisabled

public boolean isDisabled()
Description copied from class: UILink
Flag indicating that this element is disabled.
Default: false

Overrides:
isDisabled in class UILink

setActionExpression

public void setActionExpression(MethodExpression actionExpression)
Specified by:
setActionExpression in interface ActionSource2
Overrides:
setActionExpression in class UICommand


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.