|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
org.apache.myfaces.tobago.internal.component.AbstractUIPanel
org.apache.myfaces.tobago.internal.component.AbstractUICell
@Deprecated public abstract class AbstractUICell
Field Summary |
---|
Fields inherited from class javax.faces.component.UIPanel |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentPopulated |
---|
MARKER |
Constructor Summary | |
---|---|
AbstractUICell()
Deprecated. |
Method Summary | |
---|---|
abstract Integer |
getColumnSpan()
Deprecated. |
abstract Integer |
getRowSpan()
Deprecated. |
Integer |
getSpanX()
Deprecated. |
Integer |
getSpanY()
Deprecated. |
abstract void |
setColumnSpan(Integer columnSpan)
Deprecated. |
abstract void |
setRowSpan(Integer rowSpan)
Deprecated. |
void |
setSpanX(Integer spanX)
Deprecated. |
void |
setSpanY(Integer spanY)
Deprecated. |
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIPanel |
---|
encodeBegin, encodeChildren, encodeEnd, getComponents, getLayoutManager, isLayoutChildren, onComponentPopulated, setLayoutManager |
Methods inherited from class javax.faces.component.UIPanel |
---|
getFamily |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, 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 |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutContainer |
---|
isOverflowX, isOverflowY, setOverflowX, setOverflowY |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBox |
---|
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent |
---|
getDisplay, getHorizontalIndex, getVerticalIndex, isRendered, setDisplay, setHorizontalIndex, setVerticalIndex |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
---|
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getCurrentMarkup, getRendererType |
Constructor Detail |
---|
public AbstractUICell()
Method Detail |
---|
public abstract Integer getColumnSpan()
public abstract void setColumnSpan(Integer columnSpan)
public abstract Integer getRowSpan()
public abstract void setRowSpan(Integer rowSpan)
public Integer getSpanX()
public void setSpanX(Integer spanX)
public Integer getSpanY()
public void setSpanY(Integer spanY)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |