public abstract class AbstractToolbar extends javax.faces.component.UIComponentBase implements CoreProps
The <rich:toolbar> component is a horizontal toolbar. Any JavaServer Faces (JSF) component can be added to the toolbar.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractToolbar() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getHeight()
A height of a bar in pixels.
|
abstract String |
getItemClass()
CSS style(s) to be applied when the item elements are rendered.
|
abstract String |
getItemSeparator()
A separator between items on a bar.
|
abstract String |
getItemStyle()
Space-separated list of CSS style class(es) to be applied when the item element is rendered.
|
abstract String |
getOnitemclick()
The client-side script method to be called when an item is clicked
|
abstract String |
getOnitemdblclick()
The client-side script method to be called when an item is double-clicked
|
abstract String |
getOnitemkeydown()
The client-side script method to be called when a key is pressed down over the element
|
abstract String |
getOnitemkeypress()
The client-side script method to be called when a key is pressed and released over an item
|
abstract String |
getOnitemkeyup()
The client-side script method to be called when a key is released
|
abstract String |
getOnitemmousedown()
The client-side script method to be called when a mouse button is pressed down over an item
|
abstract String |
getOnitemmousemove()
The client-side script method to be called when a pointer is moved within an item
|
abstract String |
getOnitemmouseout()
The client-side script method to be called when a pointer is moved away from an item
|
abstract String |
getOnitemmouseover()
The client-side script method to be called when a pointer is moved onto an item
|
abstract String |
getOnitemmouseup()
The client-side script method to be called when a mouse button is released over an item
|
abstract String |
getWidth()
A width of a bar that can be defined in pixels or as percentage.
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStyle, getStyleClass, getTitle
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getHeight()
public abstract String getWidth()
A width of a bar that can be defined in pixels or as percentage.
Default value is "100%".
public abstract String getItemClass()
public abstract String getItemStyle()
public abstract String getItemSeparator()
A separator between items on a bar. Possible values are "none", "line", "square", "disc" and "grid".
Default value is "none".
public abstract String getOnitemclick()
public abstract String getOnitemdblclick()
public abstract String getOnitemmousedown()
public abstract String getOnitemmouseup()
public abstract String getOnitemmouseover()
public abstract String getOnitemmousemove()
public abstract String getOnitemmouseout()
public abstract String getOnitemkeypress()
public abstract String getOnitemkeydown()
public abstract String getOnitemkeyup()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.