public class UISegmentLayout extends AbstractUISegmentLayout implements javax.faces.component.behavior.ClientBehaviorHolder, Visual
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 |
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, restoreState, 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
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()
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()
public void setMarginExtraLarge(String marginExtraLarge)
public String getMarginSmall()
public void setMarginSmall(String marginSmall)
public String getMarginMedium()
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()
public void setMarginLarge(String marginLarge)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.