org.apache.myfaces.tobago.component
Class UIToolBar

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.component.UIToolBar
All Implemented Interfaces:
StateHolder

public class UIToolBar
extends UIPanel


Field Summary
static String COMPONENT_TYPE
           
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
 
Constructor Summary
UIToolBar()
           
 
Method Summary
 String getIconSize()
           
 String getLabelPosition()
           
 String getOrientation()
           
 void restoreState(FacesContext context, Object savedState)
           
 Object saveState(FacesContext context)
           
 void setIconSize(String iconSize)
           
 void setLabelPosition(String labelPosition)
           
 void setOrientation(String orientation)
           
 
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, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

COMPONENT_TYPE

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

UIToolBar

public UIToolBar()
Method Detail

getLabelPosition

public String getLabelPosition()

setLabelPosition

public void setLabelPosition(String labelPosition)

getIconSize

public String getIconSize()

setIconSize

public void setIconSize(String iconSize)

getOrientation

public String getOrientation()

setOrientation

public void setOrientation(String orientation)

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UIComponentBase

restoreState

public void restoreState(FacesContext context,
                         Object savedState)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UIComponentBase


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