@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 |
getExtra2Large()
The space separated definition of the columns for extra extra large devices.
|
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() |
SegmentJustify |
getJustify()
The horizontal alignment of the elements inside of the grid, possible values are:
{
Allowed Values: none,start,center,end,around,between |
SegmentMeasureList |
getLarge()
The space separated definition of the columns for large devices.
|
String |
getMarginExtra2Large()
The space separated definition of the column margins for extra extra 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 |
setExtra2Large(SegmentMeasureList extra2Large) |
void |
setExtraLarge(SegmentMeasureList extraLarge) |
void |
setExtraSmall(SegmentMeasureList extraSmall) |
void |
setJustify(SegmentJustify justify) |
void |
setLarge(SegmentMeasureList large) |
void |
setMarginExtra2Large(String marginExtra2Large) |
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) |
toStringaddClientBehavior, 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, visitTreegetClientId, 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, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesgetRendererType, isPlainpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic SegmentMeasureList getSmall()
getSmall in interface SupportsSegmentLayoutpublic void setSmall(SegmentMeasureList small)
public SegmentMeasureList getExtra2Large()
getExtra2Large in interface SupportsSegmentLayoutpublic void setExtra2Large(SegmentMeasureList extra2Large)
public SegmentMeasureList getLarge()
getLarge in interface SupportsSegmentLayoutpublic void setLarge(SegmentMeasureList large)
public String getMarginExtra2Large()
getMarginExtra2Large in interface SupportsSegmentLayoutpublic void setMarginExtra2Large(String marginExtra2Large)
public SegmentMeasureList getMedium()
getMedium in interface SupportsSegmentLayoutpublic void setMedium(SegmentMeasureList medium)
public String getMarginLarge()
getMarginLarge in interface SupportsSegmentLayoutpublic void setMarginLarge(String marginLarge)
public SegmentMeasureList getExtraSmall()
getExtraSmall in interface SupportsSegmentLayoutpublic void setExtraSmall(SegmentMeasureList extraSmall)
public String getMarginExtraSmall()
getMarginExtraSmall in interface SupportsSegmentLayoutpublic void setMarginExtraSmall(String marginExtraSmall)
public SegmentMeasureList getExtraLarge()
getExtraLarge in interface SupportsSegmentLayoutpublic void setExtraLarge(SegmentMeasureList extraLarge)
public String getMarginExtraLarge()
getMarginExtraLarge in interface SupportsSegmentLayoutpublic void setMarginExtraLarge(String marginExtraLarge)
public SegmentJustify getJustify()
none,start,center,end,around,betweengetJustify in interface SupportsSegmentLayoutpublic void setJustify(SegmentJustify justify)
public String getMarginSmall()
getMarginSmall in interface SupportsSegmentLayoutpublic void setMarginSmall(String marginSmall)
public String getMarginMedium()
getMarginMedium in interface SupportsSegmentLayoutpublic 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 Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.