public class UISegmentLayout extends AbstractUISegmentLayout implements 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.
|
ColumnPartition |
getExtraSmall()
The semicolon-separated definition of the columns for extra small devices.
|
String |
getFamily() |
ColumnPartition |
getLarge()
The semicolon-separated definition of the columns for large devices.
|
Markup |
getMarkup() |
ColumnPartition |
getMedium()
The semicolon-separated definition of the columns for medium devices.
|
ColumnPartition |
getSmall()
The semicolon-separated definition of the columns for small devices.
|
Style |
getStyle()
For internal use.
|
void |
setCustomClass(CustomClass customClass) |
void |
setExtraSmall(ColumnPartition extraSmall) |
void |
setLarge(ColumnPartition large) |
void |
setMarkup(Markup markup) |
void |
setMedium(ColumnPartition medium) |
void |
setSmall(ColumnPartition small) |
void |
setStyle(Style style) |
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, 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, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic ColumnPartition getExtraSmall()
getExtraSmall in class AbstractUISegmentLayoutpublic void setExtraSmall(ColumnPartition extraSmall)
public ColumnPartition getSmall()
getSmall in class AbstractUISegmentLayoutpublic void setSmall(ColumnPartition small)
public ColumnPartition getLarge()
getLarge in class AbstractUISegmentLayoutpublic void setLarge(ColumnPartition large)
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 Style getStyle()
public ColumnPartition getMedium()
getMedium in class AbstractUISegmentLayoutpublic void setMedium(ColumnPartition medium)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.