|
RichFaces UI Components UI 4.2.3.Final | |||||||||
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.AbstractToolbar
org.richfaces.component.UIToolbar
@Generated(value={"RichFaces CDK","4.2.3.Final"}) public class UIToolbar
The <rich:toolbar> component is a horizontal toolbar. Any JavaServer Faces (JSF) component can be added to the toolbar.
Nested Class Summary | |
---|---|
protected static class |
UIToolbar.Properties
|
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
UIToolbar()
|
Method Summary | |
---|---|
String |
getDefaultEventName()
|
Collection<String> |
getEventNames()
|
String |
getFamily()
|
String |
getHeight()
A height of a bar in pixels. |
String |
getItemClass()
CSS style(s) to be applied when the item elements are rendered. |
String |
getItemSeparator()
A separator between items on a bar. |
String |
getItemStyle()
Space-separated list of CSS style class(es) to be applied when the item element is rendered. |
String |
getOnitemclick()
The client-side script method to be called when an item is clicked |
String |
getOnitemdblclick()
The client-side script method to be called when an item is double-clicked |
String |
getOnitemkeydown()
The client-side script method to be called when a key is pressed down over the element |
String |
getOnitemkeypress()
The client-side script method to be called when a key is pressed and released over an item |
String |
getOnitemkeyup()
The client-side script method to be called when a key is released |
String |
getOnitemmousedown()
The client-side script method to be called when a mouse button is pressed down over an item |
String |
getOnitemmousemove()
The client-side script method to be called when a pointer is moved within an item |
String |
getOnitemmouseout()
The client-side script method to be called when a pointer is moved away from an item |
String |
getOnitemmouseover()
The client-side script method to be called when a pointer is moved onto an item |
String |
getOnitemmouseup()
The client-side script method to be called when a mouse button is released over an item |
String |
getStyle()
|
String |
getStyleClass()
|
String |
getTitle()
|
String |
getWidth()
A width of a bar that can be defined in pixels or as percentage. |
void |
setHeight(String height)
|
void |
setItemClass(String itemClass)
|
void |
setItemSeparator(String itemSeparator)
|
void |
setItemStyle(String itemStyle)
|
void |
setOnitemclick(String onitemclick)
|
void |
setOnitemdblclick(String onitemdblclick)
|
void |
setOnitemkeydown(String onitemkeydown)
|
void |
setOnitemkeypress(String onitemkeypress)
|
void |
setOnitemkeyup(String onitemkeyup)
|
void |
setOnitemmousedown(String onitemmousedown)
|
void |
setOnitemmousemove(String onitemmousemove)
|
void |
setOnitemmouseout(String onitemmouseout)
|
void |
setOnitemmouseover(String onitemmouseover)
|
void |
setOnitemmouseup(String onitemmouseup)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setTitle(String title)
|
void |
setWidth(String width)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
---|
addClientBehavior, getClientBehaviors |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIToolbar()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getHeight()
AbstractToolbar
getHeight
in class AbstractToolbar
public void setHeight(String height)
public String getItemClass()
AbstractToolbar
getItemClass
in class AbstractToolbar
public void setItemClass(String itemClass)
public String getItemSeparator()
AbstractToolbar
A separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid".
Default value is "none".
getItemSeparator
in class AbstractToolbar
public void setItemSeparator(String itemSeparator)
public String getItemStyle()
AbstractToolbar
getItemStyle
in class AbstractToolbar
public void setItemStyle(String itemStyle)
public String getOnitemclick()
AbstractToolbar
getOnitemclick
in class AbstractToolbar
public void setOnitemclick(String onitemclick)
public String getOnitemdblclick()
AbstractToolbar
getOnitemdblclick
in class AbstractToolbar
public void setOnitemdblclick(String onitemdblclick)
public String getOnitemkeydown()
AbstractToolbar
getOnitemkeydown
in class AbstractToolbar
public void setOnitemkeydown(String onitemkeydown)
public String getOnitemkeypress()
AbstractToolbar
getOnitemkeypress
in class AbstractToolbar
public void setOnitemkeypress(String onitemkeypress)
public String getOnitemkeyup()
AbstractToolbar
getOnitemkeyup
in class AbstractToolbar
public void setOnitemkeyup(String onitemkeyup)
public String getOnitemmousedown()
AbstractToolbar
getOnitemmousedown
in class AbstractToolbar
public void setOnitemmousedown(String onitemmousedown)
public String getOnitemmousemove()
AbstractToolbar
getOnitemmousemove
in class AbstractToolbar
public void setOnitemmousemove(String onitemmousemove)
public String getOnitemmouseout()
AbstractToolbar
getOnitemmouseout
in class AbstractToolbar
public void setOnitemmouseout(String onitemmouseout)
public String getOnitemmouseover()
AbstractToolbar
getOnitemmouseover
in class AbstractToolbar
public void setOnitemmouseover(String onitemmouseover)
public String getOnitemmouseup()
AbstractToolbar
getOnitemmouseup
in class AbstractToolbar
public void setOnitemmouseup(String onitemmouseup)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getTitle()
public void setTitle(String title)
public String getWidth()
AbstractToolbar
A width of a bar that can be defined in pixels or as percentage.
Default value is "100%".
getWidth
in class AbstractToolbar
public void setWidth(String width)
|
RichFaces UI Components UI 4.2.3.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |