org.apache.myfaces.tobago.internal.component
Class AbstractUIGridLayout
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.apache.myfaces.tobago.internal.component.AbstractUILayoutBase
org.apache.myfaces.tobago.internal.component.AbstractUIGridLayout
- All Implemented Interfaces:
- javax.faces.component.StateHolder, SupportsMarkup, Configurable, LayoutManager
- Direct Known Subclasses:
- UIGridLayout
public abstract class AbstractUIGridLayout
- extends AbstractUILayoutBase
- implements LayoutManager, SupportsMarkup
Fields inherited from class javax.faces.component.UIComponent |
bindings |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getContainerClientId, getFamily, getValueExpression, setValueExpression |
AbstractUIGridLayout
public AbstractUIGridLayout()
init
public void init()
- Initialize the grid and remove the current width and height values from the component, recursively.
- Specified by:
init
in interface LayoutManager
fixRelativeInsideAuto
public void fixRelativeInsideAuto(Orientation orientation,
boolean auto)
- Specified by:
fixRelativeInsideAuto
in interface LayoutManager
preProcessing
public void preProcessing(Orientation orientation)
- Specified by:
preProcessing
in interface LayoutManager
mainProcessing
public void mainProcessing(Orientation orientation)
- Specified by:
mainProcessing
in interface LayoutManager
postProcessing
public void postProcessing(Orientation orientation)
- Specified by:
postProcessing
in interface LayoutManager
getSpacing
public Measure getSpacing(Orientation orientation)
getMarginBegin
public Measure getMarginBegin(Orientation orientation)
getMarginEnd
public Measure getMarginEnd(Orientation orientation)
getRows
public abstract String getRows()
setRows
public abstract void setRows(String rows)
getColumns
public abstract String getColumns()
setColumns
public abstract void setColumns(String columns)
getCellspacing
@Deprecated
public abstract Measure getCellspacing()
- Deprecated.
getRowSpacing
public abstract Measure getRowSpacing()
getColumnSpacing
public abstract Measure getColumnSpacing()
getMarginLeft
public abstract Measure getMarginLeft()
getMarginTop
public abstract Measure getMarginTop()
getMarginRight
public abstract Measure getMarginRight()
getMarginBottom
public abstract Measure getMarginBottom()
isColumnOverflow
public abstract boolean isColumnOverflow()
isRowOverflow
public abstract boolean isRowOverflow()
isRigid
public abstract boolean isRigid()
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class javax.faces.component.UIComponentBase
toString
public String toString(int depth)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.