org.apache.myfaces.tobago.security
Class UISecuredToolBarCommand

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.AbstractUIToolBarCommand
                      extended by org.apache.myfaces.tobago.component.UIToolBarCommand
                          extended by org.apache.myfaces.tobago.security.UISecuredToolBarCommand
All Implemented Interfaces:
ActionSource, ActionSource2, StateHolder, SupportsMarkup, SupportsRenderedPartially, Configurable, LayoutBase, LayoutComponent

public class UISecuredToolBarCommand
extends UIToolBarCommand


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
UISecuredToolBarCommand()
           
 
Method Summary
 boolean isDisabled()
          Flag indicating that this element is disabled.
 void setActionExpression(MethodExpression actionExpression)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UIToolBarCommand
getAccessKey, getColumnSpan, getCurrentHeight, getCurrentMarkup, getCurrentWidth, getDisplay, getHeight, getHorizontalIndex, getImage, getLabel, getLabelWithAccessKey, getLeft, getLink, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarkup, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getOnclick, getPreferredHeight, getPreferredWidth, getRenderedPartially, getResource, getRowSpan, getTarget, getTip, getTop, getVerticalIndex, getWidth, isImmediate, isJsfResource, isTransition, restoreState, saveState, setAccessKey, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisabled, setDisplay, setHeight, setHorizontalIndex, setImage, setImmediate, setJsfResource, setLabel, setLabelWithAccessKey, setLeft, setLink, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setOnclick, setPreferredHeight, setPreferredWidth, setRenderedPartially, setResource, setRowSpan, setTarget, setTip, setTop, setTransition, 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.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

UISecuredToolBarCommand

public UISecuredToolBarCommand()
Method Detail

isDisabled

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

Overrides:
isDisabled in class UIToolBarCommand

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.