All Known Implementing Classes:
OriginCell, SpanCell

@Deprecated public interface Cell
Deprecated.
since 4.0.0
To support horizontal and vertical spans, at each position will be a cell as a representative. Either a "origin cell" for the first position or a "span cell" for spanned other positions.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    javax.faces.component.UIComponent
    Deprecated.
     
    Deprecated.
     
    int
    Deprecated.
     
    boolean
    Deprecated.
    Is the origin cell or span cell at the first position of the cell compound.
    boolean
    Deprecated.
    Is the origin cell or span cell at the first position of the cell compound.
  • Method Details

    • getComponent

      javax.faces.component.UIComponent getComponent()
      Deprecated.
    • getOrigin

      OriginCell getOrigin()
      Deprecated.
    • isHorizontalFirst

      boolean isHorizontalFirst()
      Deprecated.
      Is the origin cell or span cell at the first position of the cell compound.
      Returns:
      If its at the first position.
    • isVerticalFirst

      boolean isVerticalFirst()
      Deprecated.
      Is the origin cell or span cell at the first position of the cell compound.
      Returns:
      If its at the first position.
    • getColumnSpan

      int getColumnSpan()
      Deprecated.
    • getRowSpan

      int getRowSpan()
      Deprecated.