@Generated(value="component.stg") public class UISegmentLayout extends AbstractUISegmentLayout implements javax.faces.component.behavior.ClientBehaviorHolder
component.stg
with class
SegmentLayoutTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UISegmentLayout() |
Modifier and Type | Method and Description |
---|---|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
SegmentMeasureList |
getExtraLarge()
The space-separated definition of the columns for extra large devices.
|
SegmentMeasureList |
getExtraSmall()
The space-separated definition of the columns for extra small devices.
|
String |
getFamily() |
SegmentMeasureList |
getLarge()
The space-separated definition of the columns for large devices.
|
String |
getMarginExtraLarge()
The space-separated definition of the column margins for extra large devices.
|
String |
getMarginExtraSmall()
The space-separated definition of the column margins for extra small devices.
|
String |
getMarginLarge()
The space-separated definition of the column margins for large devices.
|
String |
getMarginMedium()
The space-separated definition of the column margins for medium devices.
|
String |
getMarginSmall()
The space-separated definition of the column margins for small devices.
|
Markup |
getMarkup() |
SegmentMeasureList |
getMedium()
The space-separated definition of the columns for medium devices.
|
SegmentMeasureList |
getSmall()
The space-separated definition of the columns for small devices.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
void |
setCustomClass(CustomClass customClass) |
void |
setExtraLarge(SegmentMeasureList extraLarge) |
void |
setExtraSmall(SegmentMeasureList extraSmall) |
void |
setLarge(SegmentMeasureList large) |
void |
setMarginExtraLarge(String marginExtraLarge) |
void |
setMarginExtraSmall(String marginExtraSmall) |
void |
setMarginLarge(String marginLarge) |
void |
setMarginMedium(String marginMedium) |
void |
setMarginSmall(String marginSmall) |
void |
setMarkup(Markup markup) |
void |
setMedium(SegmentMeasureList medium) |
void |
setSmall(SegmentMeasureList small) |
toString
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, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, 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, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getRendererType, isPlain
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public SegmentMeasureList getExtraSmall()
getExtraSmall
in class AbstractUISegmentLayout
public void setExtraSmall(SegmentMeasureList extraSmall)
public SegmentMeasureList getSmall()
getSmall
in class AbstractUISegmentLayout
public void setSmall(SegmentMeasureList small)
public String getMarginExtraSmall()
getMarginExtraSmall
in class AbstractUISegmentLayout
public void setMarginExtraSmall(String marginExtraSmall)
public SegmentMeasureList getLarge()
getLarge
in class AbstractUISegmentLayout
public void setLarge(SegmentMeasureList large)
public SegmentMeasureList getExtraLarge()
getExtraLarge
in class AbstractUISegmentLayout
public void setExtraLarge(SegmentMeasureList extraLarge)
public String getMarginExtraLarge()
getMarginExtraLarge
in class AbstractUISegmentLayout
public void setMarginExtraLarge(String marginExtraLarge)
public String getMarginSmall()
getMarginSmall
in class AbstractUISegmentLayout
public void setMarginSmall(String marginSmall)
public String getMarginMedium()
getMarginMedium
in class AbstractUISegmentLayout
public void setMarginMedium(String marginMedium)
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 SegmentMeasureList getMedium()
getMedium
in class AbstractUISegmentLayout
public void setMedium(SegmentMeasureList medium)
public String getMarginLarge()
getMarginLarge
in class AbstractUISegmentLayout
public void setMarginLarge(String marginLarge)
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–2022 The Apache Software Foundation. All rights reserved.