public abstract class AbstractUIGridLayout extends AbstractUILayoutBase implements Visual
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
Constructor and Description |
---|
AbstractUIGridLayout() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getColumns() |
Grid |
getGrid() |
boolean |
getRendersChildren() |
abstract String |
getRows() |
void |
init()
Initialize the grid and remove the current width and height values from the component, recursively.
|
abstract boolean |
isRigid() |
abstract void |
setColumns(String columns) |
abstract void |
setRows(String rows) |
String |
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, 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, getFamily, 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
getCustomClass, getMarkup, getRendererType, getStyle, setCustomClass, setMarkup, setStyle
public static final String COMPONENT_FAMILY
public void init()
public abstract String getRows()
public abstract void setRows(String rows)
public abstract String getColumns()
public abstract void setColumns(String columns)
public abstract boolean isRigid()
public Grid getGrid()
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.