|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| 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.AbstractToolbarGroup
org.richfaces.component.UIToolbarGroup
@Generated(value={"RichFaces CDK","4.3.0.CR1"})
public class UIToolbarGroup
The <rich:toolbarGroup> component is a child component of the <rich:toolbar> component. The <rich:toolbarGroup> component is used to group a number of items together on a toolbar.
| Nested Class Summary | |
|---|---|
protected static class |
UIToolbarGroup.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 | |
|---|---|
UIToolbarGroup()
|
|
| Method Summary | |
|---|---|
String |
getDefaultEventName()
|
Collection<String> |
getEventNames()
|
String |
getFamily()
|
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 |
getLocation()
Location of the toolbar items in the parent toolbar. |
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 |
void |
setItemClass(String itemClass)
|
void |
setItemSeparator(String itemSeparator)
|
void |
setItemStyle(String itemStyle)
|
void |
setLocation(String location)
|
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)
|
| Methods inherited from class org.richfaces.component.AbstractToolbarGroup |
|---|
getRenderedChildren, getToolBar |
| 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 UIToolbarGroup()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getItemClass()
AbstractToolbarGroup
getItemClass in class AbstractToolbarGrouppublic void setItemClass(String itemClass)
public String getItemSeparator()
AbstractToolbarGroupA separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid".
Default value is "none".
getItemSeparator in class AbstractToolbarGrouppublic void setItemSeparator(String itemSeparator)
public String getItemStyle()
AbstractToolbarGroup
getItemStyle in class AbstractToolbarGrouppublic void setItemStyle(String itemStyle)
public String getLocation()
AbstractToolbarGroupLocation of the toolbar items in the parent toolbar. Can be one of "left" or "right"
Default is "left"
getLocation in class AbstractToolbarGrouppublic void setLocation(String location)
public String getOnitemclick()
AbstractToolbarGroup
getOnitemclick in class AbstractToolbarGrouppublic void setOnitemclick(String onitemclick)
public String getOnitemdblclick()
AbstractToolbarGroup
getOnitemdblclick in class AbstractToolbarGrouppublic void setOnitemdblclick(String onitemdblclick)
public String getOnitemkeydown()
AbstractToolbarGroup
getOnitemkeydown in class AbstractToolbarGrouppublic void setOnitemkeydown(String onitemkeydown)
public String getOnitemkeypress()
AbstractToolbarGroup
getOnitemkeypress in class AbstractToolbarGrouppublic void setOnitemkeypress(String onitemkeypress)
public String getOnitemkeyup()
AbstractToolbarGroup
getOnitemkeyup in class AbstractToolbarGrouppublic void setOnitemkeyup(String onitemkeyup)
public String getOnitemmousedown()
AbstractToolbarGroup
getOnitemmousedown in class AbstractToolbarGrouppublic void setOnitemmousedown(String onitemmousedown)
public String getOnitemmousemove()
AbstractToolbarGroup
getOnitemmousemove in class AbstractToolbarGrouppublic void setOnitemmousemove(String onitemmousemove)
public String getOnitemmouseout()
AbstractToolbarGroup
getOnitemmouseout in class AbstractToolbarGrouppublic void setOnitemmouseout(String onitemmouseout)
public String getOnitemmouseover()
AbstractToolbarGroup
getOnitemmouseover in class AbstractToolbarGrouppublic void setOnitemmouseover(String onitemmouseover)
public String getOnitemmouseup()
AbstractToolbarGroup
getOnitemmouseup in class AbstractToolbarGrouppublic void setOnitemmouseup(String onitemmouseup)
|
RichFaces UI Components UI 4.3.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||