org.apache.myfaces.tobago.internal.component
Class AbstractUICell

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.apache.myfaces.tobago.internal.component.AbstractUIPanelBase
                  extended by org.apache.myfaces.tobago.internal.component.AbstractUIPanel
                      extended by org.apache.myfaces.tobago.internal.component.AbstractUICell
All Implemented Interfaces:
EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, OnComponentPopulated, Configurable, LayoutBase, LayoutBox, LayoutComponent, LayoutContainer
Direct Known Subclasses:
UICell

Deprecated. The Cell is deprecated since Tobago 1.5.0

@Deprecated
public abstract class AbstractUICell
extends AbstractUIPanel


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

AbstractUICell

public AbstractUICell()
Deprecated. 
Method Detail

getColumnSpan

public abstract Integer getColumnSpan()
Deprecated. 

setColumnSpan

public abstract void setColumnSpan(Integer columnSpan)
Deprecated. 

getRowSpan

public abstract Integer getRowSpan()
Deprecated. 

setRowSpan

public abstract void setRowSpan(Integer rowSpan)
Deprecated. 

getSpanX

public Integer getSpanX()
Deprecated. 

setSpanX

public void setSpanX(Integer spanX)
Deprecated. 

getSpanY

public Integer getSpanY()
Deprecated. 

setSpanY

public void setSpanY(Integer spanY)
Deprecated. 


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.