org.richfaces.component.html
Class HtmlToolBar
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.UIToolBar
org.richfaces.component.html.HtmlToolBar
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class HtmlToolBar
- extends UIToolBar
Component-Type org.richfaces.ToolBar
Component-Family org.richfaces.ToolBar
Renderer-Type org.richfaces.ToolBarRenderer
A horizontal bar with Action items on it that accepts any JSF components as children.
Constructor Summary |
HtmlToolBar()
Constructor to init default renderers |
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 |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
HtmlToolBar
public HtmlToolBar()
- Constructor to init default renderers
setContentClass
public void setContentClass(java.lang.String __contentClass)
getContentClass
public java.lang.String getContentClass()
setStyleClass
public void setStyleClass(java.lang.String __styleClass)
getStyleClass
public java.lang.String getStyleClass()
setWidth
public void setWidth(java.lang.String __width)
- Specified by:
setWidth
in class UIToolBar
getWidth
public java.lang.String getWidth()
- Specified by:
getWidth
in class UIToolBar
setHeight
public void setHeight(java.lang.String __height)
- Specified by:
setHeight
in class UIToolBar
getHeight
public java.lang.String getHeight()
- Specified by:
getHeight
in class UIToolBar
setContentStyle
public void setContentStyle(java.lang.String __contentStyle)
getContentStyle
public java.lang.String getContentStyle()
setStyle
public void setStyle(java.lang.String __style)
getStyle
public java.lang.String getStyle()
setSeparatorClass
public void setSeparatorClass(java.lang.String __separatorClass)
getSeparatorClass
public java.lang.String getSeparatorClass()
setItemSeparator
public void setItemSeparator(java.lang.String __itemSeparator)
- Specified by:
setItemSeparator
in class UIToolBar
getItemSeparator
public java.lang.String getItemSeparator()
- Specified by:
getItemSeparator
in class UIToolBar
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
Copyright © 2007. All Rights Reserved.