@Generated(value="component.stg") public class UIButtons extends AbstractUIButtons implements javax.faces.component.behavior.ClientBehaviorHolder
component.stg
with class
ButtonsTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIButtons() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAutoSpacing()
Automatically add spacing (margins/paddings) to the component for better positioning.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
Markup |
getMarkup() |
Orientation |
getOrientation()
Set the orientation of the component.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isDisabled()
Flag indicating that this element and all children are disabled.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
void |
setAutoSpacing(Boolean autoSpacing) |
void |
setCustomClass(CustomClass customClass) |
void |
setDisabled(boolean disabled) |
void |
setMarkup(Markup markup) |
void |
setOrientation(Orientation orientation) |
void |
setTip(String tip) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getAutoSpacing
getRendererType, isPlain
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public Orientation getOrientation()
horizontal,vertical
getOrientation
in class AbstractUIButtons
public void setOrientation(Orientation orientation)
public Boolean getAutoSpacing()
getAutoSpacing
in interface SupportsAutoSpacing
public void setAutoSpacing(Boolean autoSpacing)
public CustomClass getCustomClass()
<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>One capability is, to used external CSS libs.
getCustomClass
in interface Visual
public void setCustomClass(CustomClass customClass)
setCustomClass
in interface Visual
public String getTip()
getTip
in class AbstractUIPanelBase
public void setTip(String tip)
public boolean isDisabled()
isDisabled
in interface SupportsDisabled
public void setDisabled(boolean disabled)
setDisabled
in interface SupportsDisabled
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.