Interface Cell

  • 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 Detail

      • getComponent

        javax.faces.component.UIComponent getComponent()
        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.