public abstract class AbstractUIGridLayout extends AbstractUILayoutBase implements Visual, javax.faces.event.ComponentSystemEventListener
| 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() |
abstract String |
getRows() |
abstract boolean |
isRigid() |
void |
processEvent(javax.faces.event.ComponentSystemEvent event)
Initialize the grid and remove the current width and height values from the component, recursively.
|
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, 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, getFamily, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCustomClass, getMarkup, getRendererType, getStyle, setCustomClass, setMarkup, setStylepublic static final String COMPONENT_FAMILY
public void processEvent(javax.faces.event.ComponentSystemEvent event)
throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.ComponentSystemEventListenerprocessEvent in class javax.faces.component.UIComponentjavax.faces.event.AbortProcessingExceptionpublic 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()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.