org.apache.myfaces.tobago.internal.component
Class AbstractUIToolBar

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.apache.myfaces.tobago.internal.component.AbstractUIToolBar
All Implemented Interfaces:
javax.faces.component.StateHolder, Configurable, LayoutBase, LayoutComponent
Direct Known Subclasses:
UIToolBar

public abstract class AbstractUIToolBar
extends javax.faces.component.UIPanel
implements LayoutComponent


Field Summary
static String ICON_BIG
           
static String ICON_OFF
           
static String ICON_SMALL
           
static String LABEL_BOTTOM
           
static String LABEL_OFF
           
static String LABEL_RIGHT
           
static String ORIENTATION_LEFT
           
static String ORIENTATION_RIGHT
           
 
Fields inherited from class javax.faces.component.UIPanel
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
AbstractUIToolBar()
           
 
Method Summary
 
Methods inherited from class javax.faces.component.UIPanel
getFamily
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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
getColumnSpan, getDisplay, getHorizontalIndex, getRowSpan, getVerticalIndex, isRendered, setColumnSpan, setDisplay, setHorizontalIndex, setRowSpan, setVerticalIndex
 
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getCurrentMarkup, getRendererType
 

Field Detail

LABEL_BOTTOM

public static final String LABEL_BOTTOM
See Also:
Constant Field Values

LABEL_RIGHT

public static final String LABEL_RIGHT
See Also:
Constant Field Values

LABEL_OFF

public static final String LABEL_OFF
See Also:
Constant Field Values

ICON_SMALL

public static final String ICON_SMALL
See Also:
Constant Field Values

ICON_BIG

public static final String ICON_BIG
See Also:
Constant Field Values

ICON_OFF

public static final String ICON_OFF
See Also:
Constant Field Values

ORIENTATION_LEFT

public static final String ORIENTATION_LEFT
See Also:
Constant Field Values

ORIENTATION_RIGHT

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

AbstractUIToolBar

public AbstractUIToolBar()


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.