public abstract class ButtonGroupBase extends javax.faces.component.UIComponentBase implements IButtonGroup
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ButtonGroupBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ButtonGroupBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getHeader()
Return the value of the
header property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
boolean |
isMutuallyExclusive()
Return the value of the
mutuallyExclusive property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setHeader(java.lang.String header)
Set the value of the
header property. |
void |
setMutuallyExclusive(boolean mutuallyExclusive)
Set the value of the
mutuallyExclusive property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setHeader(java.lang.String header)
Set the value of the header property.
Contents: Header text for the button group.
setHeader in interface IButtonGrouppublic java.lang.String getHeader()
Return the value of the header property.
Contents: Header text for the button group.
getHeader in interface IButtonGrouppublic void setMutuallyExclusive(boolean mutuallyExclusive)
Set the value of the mutuallyExclusive property.
Contents: If true, only one button in the group can be selected at one time, selecting a new button deselects the previously selected one.
setMutuallyExclusive in interface IButtonGrouppublic boolean isMutuallyExclusive()
Return the value of the mutuallyExclusive property.
Contents: If true, only one button in the group can be selected at one time, selecting a new button deselects the previously selected one. Default = 'false'.
isMutuallyExclusive in interface IButtonGrouppublic void setStyle(java.lang.String style)
Set the value of the style property.
Contents: Style of the container element.
setStyle in interface IButtonGrouppublic java.lang.String getStyle()
Return the value of the style property.
Contents: Style of the container element.
getStyle in interface IButtonGrouppublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
Contents: Style class of the container element.
setStyleClass in interface IButtonGrouppublic java.lang.String getStyleClass()
Return the value of the styleClass property.
Contents: Style class of the container element.
getStyleClass in interface IButtonGroupprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.