Class SpanCell

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

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

    Constructors
    Constructor
    Description
    SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
    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.
     
    jakarta.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.

    Methods inherited from class java.lang.Object

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

    • SpanCell

      public SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getComponent

      public jakarta.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
    • 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.
    • 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.
    • getColumnSpan

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

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