Class OriginCell

java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
All Implemented Interfaces:
Cell

@Deprecated(since="4.0.0", forRemoval=true) public class OriginCell extends Object implements Cell
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    OriginCell(javax.faces.component.UIComponent component)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    javax.faces.component.UIComponent
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Is the origin cell or span cell at the first position of the cell compound.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Is the origin cell or span cell at the first position of the cell compound.
    void
    setColumnSpan(int columnSpan)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRowSpan(int rowSpan)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OriginCell

      public OriginCell(javax.faces.component.UIComponent component)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getComponent

      public javax.faces.component.UIComponent getComponent()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getComponent in interface Cell
    • getOrigin

      public OriginCell getOrigin()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getOrigin in interface Cell
    • isVerticalFirst

      public boolean isVerticalFirst()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Cell
      Is the origin cell or span cell at the first position of the cell compound.
      Specified by:
      isVerticalFirst in interface Cell
      Returns:
      If its at the first position.
    • isHorizontalFirst

      public boolean isHorizontalFirst()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Cell
      Is the origin cell or span cell at the first position of the cell compound.
      Specified by:
      isHorizontalFirst in interface Cell
      Returns:
      If its at the first position.
    • getColumnSpan

      public int getColumnSpan()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getColumnSpan in interface Cell
    • setColumnSpan

      public void setColumnSpan(int columnSpan)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRowSpan

      public int getRowSpan()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getRowSpan in interface Cell
    • setRowSpan

      public void setRowSpan(int rowSpan)
      Deprecated, for removal: This API element is subject to removal in a future version.