|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.UIToolBar
org.richfaces.component.html.HtmlToolBar
public class HtmlToolBar
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.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlToolBar()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getContentClass()
A CSS style is to be applied to each element of tool bar content. |
java.lang.String |
getContentStyle()
A CSS style is to be applied to each element of tool bar content. |
java.lang.String |
getFamily()
|
java.lang.String |
getHeight()
A height of a bar in pixels. |
java.lang.String |
getItemSeparator()
A separator between items on a bar. |
java.lang.String |
getSeparatorClass()
A CSS class to be applied to tool bar separators. |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getWidth()
A width of a bar that can be defined in pixels or as percentage. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setContentClass(java.lang.String __contentClass)
A CSS style is to be applied to each element of tool bar content. |
void |
setContentStyle(java.lang.String __contentStyle)
A CSS style is to be applied to each element of tool bar content. |
void |
setHeight(java.lang.String __height)
A height of a bar in pixels. |
void |
setItemSeparator(java.lang.String __itemSeparator)
A separator between items on a bar. |
void |
setSeparatorClass(java.lang.String __separatorClass)
A CSS class to be applied to tool bar separators. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setWidth(java.lang.String __width)
A width of a bar that can be defined in pixels or as percentage. |
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 |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlToolBar()
Method Detail |
---|
public void setHeight(java.lang.String __height)
setHeight
in class UIToolBar
height
- - new valuepublic java.lang.String getHeight()
getHeight
in class UIToolBar
public void setStyle(java.lang.String __style)
style
- - new valuepublic java.lang.String getStyle()
public void setStyleClass(java.lang.String __styleClass)
styleClass
- - new valuepublic java.lang.String getStyleClass()
public void setWidth(java.lang.String __width)
setWidth
in class UIToolBar
width
- - new valuepublic java.lang.String getWidth()
getWidth
in class UIToolBar
public void setContentStyle(java.lang.String __contentStyle)
contentStyle
- - new valuepublic java.lang.String getContentStyle()
public void setItemSeparator(java.lang.String __itemSeparator)
setItemSeparator
in class UIToolBar
itemSeparator
- - new valuepublic java.lang.String getItemSeparator()
getItemSeparator
in class UIToolBar
public void setContentClass(java.lang.String __contentClass)
contentClass
- - new valuepublic java.lang.String getContentClass()
public void setSeparatorClass(java.lang.String __separatorClass)
separatorClass
- - new valuepublic java.lang.String getSeparatorClass()
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |