Class OriginCell

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

@Deprecated public class OriginCell extends Object implements Cell
Deprecated.
since 4.0.0
  • Constructor Details

    • OriginCell

      public OriginCell(javax.faces.component.UIComponent component)
      Deprecated.
  • Method Details

    • getComponent

      public javax.faces.component.UIComponent getComponent()
      Deprecated.
      Specified by:
      getComponent in interface Cell
    • getOrigin

      public OriginCell getOrigin()
      Deprecated.
      Specified by:
      getOrigin in interface Cell
    • isVerticalFirst

      public boolean isVerticalFirst()
      Deprecated.
      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.
      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.
      Specified by:
      getColumnSpan in interface Cell
    • setColumnSpan

      public void setColumnSpan(int columnSpan)
      Deprecated.
    • getRowSpan

      public int getRowSpan()
      Deprecated.
      Specified by:
      getRowSpan in interface Cell
    • setRowSpan

      public void setRowSpan(int rowSpan)
      Deprecated.