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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, 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 processEvent(javax.faces.event.ComponentSystemEvent event) throws javax.faces.event.AbortProcessingException
processEvent
in interface javax.faces.event.ComponentSystemEventListener
processEvent
in class javax.faces.component.UIComponent
javax.faces.event.AbortProcessingException
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()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.