org.apache.myfaces.tobago.component
Class UICell

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
                          extended by org.apache.myfaces.tobago.component.UICell
All Implemented Interfaces:
javax.faces.component.StateHolder, OnComponentPopulated, SupportsMarkup, Configurable, LayoutBase, LayoutBox, LayoutComponent, LayoutContainer

Deprecated.

@Deprecated
public class UICell
extends AbstractUICell
implements SupportsMarkup

Renders a panel-like layout element with the ability to span over more than one layout cell. A cell may only contain one child. UIComponent class, generated from template component1.2.stg with class CellTagDeclaration.


Field Summary
static String COMPONENT_TYPE
          Deprecated.  
 
Fields inherited from class javax.faces.component.UIPanel
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentPopulated
MARKER
 
Constructor Summary
UICell()
          Deprecated.  
 
Method Summary
 Measure getBorderBottom()
          Deprecated. This attribute is for internal use only.
 Measure getBorderLeft()
          Deprecated. This attribute is for internal use only.
 Measure getBorderRight()
          Deprecated. This attribute is for internal use only.
 Measure getBorderTop()
          Deprecated. This attribute is for internal use only.
 Measure getCurrentHeight()
          Deprecated. This value will usually be set by the layout manager.
 Markup getCurrentMarkup()
          Deprecated.  
 Measure getCurrentWidth()
          Deprecated. This value will usually be set by the layout manager.
 Display getDisplay()
          Deprecated. This attribute is for internal use only.
 Measure getHeight()
          Deprecated. This value will usually be set by the layout manager.
 Integer getHorizontalIndex()
          Deprecated. This attribute is for internal use only.
 Measure getLeft()
          Deprecated. This value will usually be set by the layout manager.
 Measure getMarginBottom()
          Deprecated.  
 Measure getMarginLeft()
          Deprecated.  
 Measure getMarginRight()
          Deprecated.  
 Measure getMarginTop()
          Deprecated.  
 Markup getMarkup()
          Deprecated.  
 Measure getMaximumHeight()
          Deprecated.  
 Measure getMaximumWidth()
          Deprecated.  
 Measure getMinimumHeight()
          Deprecated.  
 Measure getMinimumWidth()
          Deprecated.  
 Measure getPaddingBottom()
          Deprecated. This attribute is for internal use only.
 Measure getPaddingLeft()
          Deprecated. This attribute is for internal use only.
 Measure getPaddingRight()
          Deprecated. This attribute is for internal use only.
 Measure getPaddingTop()
          Deprecated. This attribute is for internal use only.
 Measure getPreferredHeight()
          Deprecated.  
 Measure getPreferredWidth()
          Deprecated.  
 String getScrollbars()
          Deprecated. possible values are: 'false' : no scrollbars should be rendered 'true' : scrollbars should always be rendered 'auto' : scrollbars should be rendered when needed
Default: false
Allowed Values: false,true,auto
 Integer getSpanX()
          Deprecated. Count of layout columns to span over.
 Integer getSpanY()
          Deprecated. Count of layout rows to span over.
 Measure getTop()
          Deprecated. This value will usually be set by the layout manager.
 Integer getVerticalIndex()
          Deprecated. This attribute is for internal use only.
 Measure getWidth()
          Deprecated. This value will usually be set by the layout manager.
 boolean isOverflowX()
          Deprecated. This attribute is for internal use only.
 boolean isOverflowY()
          Deprecated. This attribute is for internal use only.
 void restoreState(javax.faces.context.FacesContext context, Object componentState)
          Deprecated.  
 Object saveState(javax.faces.context.FacesContext context)
          Deprecated.  
 void setBorderBottom(Measure borderBottom)
          Deprecated.  
 void setBorderLeft(Measure borderLeft)
          Deprecated.  
 void setBorderRight(Measure borderRight)
          Deprecated.  
 void setBorderTop(Measure borderTop)
          Deprecated.  
 void setCurrentHeight(Measure currentHeight)
          Deprecated.  
 void setCurrentMarkup(Markup currentMarkup)
          Deprecated.  
 void setCurrentWidth(Measure currentWidth)
          Deprecated.  
 void setDisplay(Display display)
          Deprecated.  
 void setHeight(Measure height)
          Deprecated.  
 void setHorizontalIndex(Integer horizontalIndex)
          Deprecated.  
 void setLeft(Measure left)
          Deprecated.  
 void setMarginBottom(Measure marginBottom)
          Deprecated.  
 void setMarginLeft(Measure marginLeft)
          Deprecated.  
 void setMarginRight(Measure marginRight)
          Deprecated.  
 void setMarginTop(Measure marginTop)
          Deprecated.  
 void setMarkup(Markup markup)
          Deprecated.  
 void setMaximumHeight(Measure maximumHeight)
          Deprecated.  
 void setMaximumWidth(Measure maximumWidth)
          Deprecated.  
 void setMinimumHeight(Measure minimumHeight)
          Deprecated.  
 void setMinimumWidth(Measure minimumWidth)
          Deprecated.  
 void setOverflowX(boolean overflowX)
          Deprecated.  
 void setOverflowY(boolean overflowY)
          Deprecated.  
 void setPaddingBottom(Measure paddingBottom)
          Deprecated.  
 void setPaddingLeft(Measure paddingLeft)
          Deprecated.  
 void setPaddingRight(Measure paddingRight)
          Deprecated.  
 void setPaddingTop(Measure paddingTop)
          Deprecated.  
 void setPreferredHeight(Measure preferredHeight)
          Deprecated.  
 void setPreferredWidth(Measure preferredWidth)
          Deprecated.  
 void setScrollbars(String scrollbars)
          Deprecated.  
 void setSpanX(Integer spanX)
          Deprecated.  
 void setSpanY(Integer spanY)
          Deprecated.  
 void setTop(Measure top)
          Deprecated.  
 void setVerticalIndex(Integer verticalIndex)
          Deprecated.  
 void setWidth(Measure width)
          Deprecated.  
 
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICell
getColumnSpan, getRowSpan, setColumnSpan, setRowSpan
 
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
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
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.LayoutComponent
isRendered
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getRendererType
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

UICell

public UICell()
Deprecated. 
Method Detail

getMarkup

public Markup getMarkup()
Deprecated. 
Specified by:
getMarkup in interface SupportsMarkup

setMarkup

public void setMarkup(Markup markup)
Deprecated. 
Specified by:
setMarkup in interface SupportsMarkup

getMarginLeft

public Measure getMarginLeft()
Deprecated. 
Specified by:
getMarginLeft in interface LayoutBase

setMarginLeft

public void setMarginLeft(Measure marginLeft)
Deprecated. 
Specified by:
setMarginLeft in interface LayoutBase

getMinimumHeight

public Measure getMinimumHeight()
Deprecated. 
Specified by:
getMinimumHeight in interface LayoutBase

setMinimumHeight

public void setMinimumHeight(Measure minimumHeight)
Deprecated. 
Specified by:
setMinimumHeight in interface LayoutBase

getBorderLeft

public Measure getBorderLeft()
Deprecated. 
This attribute is for internal use only.

Specified by:
getBorderLeft in interface LayoutBox

setBorderLeft

public void setBorderLeft(Measure borderLeft)
Deprecated. 
Specified by:
setBorderLeft in interface LayoutBox

getHeight

public Measure getHeight()
Deprecated. 
This value will usually be set by the layout manager.

Specified by:
getHeight in interface LayoutBase

setHeight

public void setHeight(Measure height)
Deprecated. 
Specified by:
setHeight in interface LayoutBase

getMinimumWidth

public Measure getMinimumWidth()
Deprecated. 
Specified by:
getMinimumWidth in interface LayoutBase

setMinimumWidth

public void setMinimumWidth(Measure minimumWidth)
Deprecated. 
Specified by:
setMinimumWidth in interface LayoutBase

isOverflowX

public boolean isOverflowX()
Deprecated. 
This attribute is for internal use only.

Specified by:
isOverflowX in interface LayoutContainer

setOverflowX

public void setOverflowX(boolean overflowX)
Deprecated. 
Specified by:
setOverflowX in interface LayoutContainer

isOverflowY

public boolean isOverflowY()
Deprecated. 
This attribute is for internal use only.

Specified by:
isOverflowY in interface LayoutContainer

setOverflowY

public void setOverflowY(boolean overflowY)
Deprecated. 
Specified by:
setOverflowY in interface LayoutContainer

getLeft

public Measure getLeft()
Deprecated. 
This value will usually be set by the layout manager.

Specified by:
getLeft in interface LayoutBase

setLeft

public void setLeft(Measure left)
Deprecated. 
Specified by:
setLeft in interface LayoutBase

getBorderRight

public Measure getBorderRight()
Deprecated. 
This attribute is for internal use only.

Specified by:
getBorderRight in interface LayoutBox

setBorderRight

public void setBorderRight(Measure borderRight)
Deprecated. 
Specified by:
setBorderRight in interface LayoutBox

getPaddingBottom

public Measure getPaddingBottom()
Deprecated. 
This attribute is for internal use only.

Specified by:
getPaddingBottom in interface LayoutBox

setPaddingBottom

public void setPaddingBottom(Measure paddingBottom)
Deprecated. 
Specified by:
setPaddingBottom in interface LayoutBox

getMaximumHeight

public Measure getMaximumHeight()
Deprecated. 
Specified by:
getMaximumHeight in interface LayoutBase

setMaximumHeight

public void setMaximumHeight(Measure maximumHeight)
Deprecated. 
Specified by:
setMaximumHeight in interface LayoutBase

getTop

public Measure getTop()
Deprecated. 
This value will usually be set by the layout manager.

Specified by:
getTop in interface LayoutBase

setTop

public void setTop(Measure top)
Deprecated. 
Specified by:
setTop in interface LayoutBase

getCurrentWidth

public Measure getCurrentWidth()
Deprecated. 
This value will usually be set by the layout manager. It holds the current width computed by the layout manager.

Specified by:
getCurrentWidth in interface LayoutBase

setCurrentWidth

public void setCurrentWidth(Measure currentWidth)
Deprecated. 
Specified by:
setCurrentWidth in interface LayoutBase

getScrollbars

public String getScrollbars()
Deprecated. 
possible values are:
Default: false
Allowed Values: false,true,auto


setScrollbars

public void setScrollbars(String scrollbars)
Deprecated. 

getPaddingTop

public Measure getPaddingTop()
Deprecated. 
This attribute is for internal use only.

Specified by:
getPaddingTop in interface LayoutBox

setPaddingTop

public void setPaddingTop(Measure paddingTop)
Deprecated. 
Specified by:
setPaddingTop in interface LayoutBox

getMarginTop

public Measure getMarginTop()
Deprecated. 
Specified by:
getMarginTop in interface LayoutBase

setMarginTop

public void setMarginTop(Measure marginTop)
Deprecated. 
Specified by:
setMarginTop in interface LayoutBase

getMarginRight

public Measure getMarginRight()
Deprecated. 
Specified by:
getMarginRight in interface LayoutBase

setMarginRight

public void setMarginRight(Measure marginRight)
Deprecated. 
Specified by:
setMarginRight in interface LayoutBase

getWidth

public Measure getWidth()
Deprecated. 
This value will usually be set by the layout manager.

Specified by:
getWidth in interface LayoutBase

setWidth

public void setWidth(Measure width)
Deprecated. 
Specified by:
setWidth in interface LayoutBase

getCurrentHeight

public Measure getCurrentHeight()
Deprecated. 
This value will usually be set by the layout manager. It holds the current height computed by the layout manager.

Specified by:
getCurrentHeight in interface LayoutBase

setCurrentHeight

public void setCurrentHeight(Measure currentHeight)
Deprecated. 
Specified by:
setCurrentHeight in interface LayoutBase

getPreferredHeight

public Measure getPreferredHeight()
Deprecated. 
Specified by:
getPreferredHeight in interface LayoutBase

setPreferredHeight

public void setPreferredHeight(Measure preferredHeight)
Deprecated. 
Specified by:
setPreferredHeight in interface LayoutBase

getDisplay

public Display getDisplay()
Deprecated. 
This attribute is for internal use only.

Specified by:
getDisplay in interface LayoutComponent

setDisplay

public void setDisplay(Display display)
Deprecated. 
Specified by:
setDisplay in interface LayoutComponent

getBorderBottom

public Measure getBorderBottom()
Deprecated. 
This attribute is for internal use only.

Specified by:
getBorderBottom in interface LayoutBox

setBorderBottom

public void setBorderBottom(Measure borderBottom)
Deprecated. 
Specified by:
setBorderBottom in interface LayoutBox

getMaximumWidth

public Measure getMaximumWidth()
Deprecated. 
Specified by:
getMaximumWidth in interface LayoutBase

setMaximumWidth

public void setMaximumWidth(Measure maximumWidth)
Deprecated. 
Specified by:
setMaximumWidth in interface LayoutBase

getPaddingLeft

public Measure getPaddingLeft()
Deprecated. 
This attribute is for internal use only.

Specified by:
getPaddingLeft in interface LayoutBox

setPaddingLeft

public void setPaddingLeft(Measure paddingLeft)
Deprecated. 
Specified by:
setPaddingLeft in interface LayoutBox

getPaddingRight

public Measure getPaddingRight()
Deprecated. 
This attribute is for internal use only.

Specified by:
getPaddingRight in interface LayoutBox

setPaddingRight

public void setPaddingRight(Measure paddingRight)
Deprecated. 
Specified by:
setPaddingRight in interface LayoutBox

getPreferredWidth

public Measure getPreferredWidth()
Deprecated. 
Specified by:
getPreferredWidth in interface LayoutBase

setPreferredWidth

public void setPreferredWidth(Measure preferredWidth)
Deprecated. 
Specified by:
setPreferredWidth in interface LayoutBase

getMarginBottom

public Measure getMarginBottom()
Deprecated. 
Specified by:
getMarginBottom in interface LayoutBase

setMarginBottom

public void setMarginBottom(Measure marginBottom)
Deprecated. 
Specified by:
setMarginBottom in interface LayoutBase

getVerticalIndex

public Integer getVerticalIndex()
Deprecated. 
This attribute is for internal use only.

Specified by:
getVerticalIndex in interface LayoutComponent

setVerticalIndex

public void setVerticalIndex(Integer verticalIndex)
Deprecated. 
Specified by:
setVerticalIndex in interface LayoutComponent

getBorderTop

public Measure getBorderTop()
Deprecated. 
This attribute is for internal use only.

Specified by:
getBorderTop in interface LayoutBox

setBorderTop

public void setBorderTop(Measure borderTop)
Deprecated. 
Specified by:
setBorderTop in interface LayoutBox

getSpanX

public Integer getSpanX()
Deprecated. 
Count of layout columns to span over.
Default: 1

Specified by:
getSpanX in class AbstractUICell

setSpanX

public void setSpanX(Integer spanX)
Deprecated. 
Specified by:
setSpanX in class AbstractUICell

getSpanY

public Integer getSpanY()
Deprecated. 
Count of layout rows to span over.
Default: 1

Specified by:
getSpanY in class AbstractUICell

setSpanY

public void setSpanY(Integer spanY)
Deprecated. 
Specified by:
setSpanY in class AbstractUICell

getCurrentMarkup

public Markup getCurrentMarkup()
Deprecated. 
Specified by:
getCurrentMarkup in interface SupportsMarkup
Specified by:
getCurrentMarkup in interface Configurable

setCurrentMarkup

public void setCurrentMarkup(Markup currentMarkup)
Deprecated. 
Specified by:
setCurrentMarkup in interface SupportsMarkup

getHorizontalIndex

public Integer getHorizontalIndex()
Deprecated. 
This attribute is for internal use only.

Specified by:
getHorizontalIndex in interface LayoutComponent

setHorizontalIndex

public void setHorizontalIndex(Integer horizontalIndex)
Deprecated. 
Specified by:
setHorizontalIndex in interface LayoutComponent

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         Object componentState)
Deprecated. 
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIComponentBase

saveState

public Object saveState(javax.faces.context.FacesContext context)
Deprecated. 
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIComponentBase


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