public class UIFlexLayout extends AbstractUIFlexLayout implements Visual
component.stg with class
FlexLayoutTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIFlexLayout() |
| Modifier and Type | Method and Description |
|---|---|
AlignItems |
getAlignItems()
This value defines CSS align-items value of the flex layout.
|
String |
getColumns()
This value defines the layout constraints for column layout.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
JustifyContent |
getJustifyContent()
This value defines CSS justify-content value of the flex layout.
|
Markup |
getMarkup() |
String |
getRows()
This value defines the layout constraints for row layout.
|
Style |
getStyle()
For internal use.
|
void |
setAlignItems(AlignItems alignItems) |
void |
setColumns(String columns) |
void |
setCustomClass(CustomClass customClass) |
void |
setJustifyContent(JustifyContent justifyContent) |
void |
setMarkup(Markup markup) |
void |
setRows(String rows) |
void |
setStyle(Style style) |
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, 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, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic AlignItems getAlignItems()
flexStart,flexEnd,baseline,center,stretchpublic void setAlignItems(AlignItems alignItems)
public String getColumns()
1*public void setColumns(String columns)
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 String getRows()
1*public void setRows(String rows)
public JustifyContent getJustifyContent()
flexStart,flexEnd,center,spaceBetween,spaceAroundpublic void setJustifyContent(JustifyContent justifyContent)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.