public class UISplitLayout extends AbstractUISplitLayout implements Visual
WARNING: This component is preliminary and may be changed without a major release.
Renders a SplitLayout. A area with two child components rendered horizontally or vertically and allows to change the layout relation of this two components on the client. UIComponent class, generated from templatecomponent.stg
with class
SplitLayoutTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UISplitLayout() |
Modifier and Type | Method and Description |
---|---|
MeasureList |
getColumns()
This value defines the layout constraints for column layout.
|
Measure |
getColumnSpacing()
Spacing between the columns in the actual layout.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
Markup |
getMarkup() |
MeasureList |
getRows()
This value defines the layout constraints for row layout.
|
Measure |
getRowSpacing()
Spacing between the rows in the actual layout.
|
void |
setColumns(MeasureList columns) |
void |
setColumnSpacing(Measure columnSpacing) |
void |
setCustomClass(CustomClass customClass) |
void |
setMarkup(Markup markup) |
void |
setRows(MeasureList rows) |
void |
setRowSpacing(Measure rowSpacing) |
isHorizontal, processEvent
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, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRendererType
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public Measure getColumnSpacing()
public void setColumnSpacing(Measure columnSpacing)
public MeasureList getColumns()
getColumns
in class AbstractUIFlexLayout
public void setColumns(MeasureList columns)
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 Measure getRowSpacing()
public void setRowSpacing(Measure rowSpacing)
public MeasureList getRows()
getRows
in class AbstractUIFlexLayout
public void setRows(MeasureList rows)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.