java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
Alle implementierten Schnittstellen:
Cell

@Deprecated public class SpanCell extends Object implements Cell
Veraltet.
since 4.0.0
  • Konstruktordetails

    • SpanCell

      public SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
      Veraltet.
  • Methodendetails

    • getComponent

      public jakarta.faces.component.UIComponent getComponent()
      Veraltet.
      Angegeben von:
      getComponent in Schnittstelle Cell
    • getOrigin

      public OriginCell getOrigin()
      Veraltet.
      Angegeben von:
      getOrigin in Schnittstelle Cell
    • isHorizontalFirst

      public boolean isHorizontalFirst()
      Veraltet.
      Beschreibung aus Schnittstelle kopiert: Cell
      Is the origin cell or span cell at the first position of the cell compound.
      Angegeben von:
      isHorizontalFirst in Schnittstelle Cell
      Gibt zurück:
      If its at the first position.
    • isVerticalFirst

      public boolean isVerticalFirst()
      Veraltet.
      Beschreibung aus Schnittstelle kopiert: Cell
      Is the origin cell or span cell at the first position of the cell compound.
      Angegeben von:
      isVerticalFirst in Schnittstelle Cell
      Gibt zurück:
      If its at the first position.
    • getColumnSpan

      public int getColumnSpan()
      Veraltet.
      Angegeben von:
      getColumnSpan in Schnittstelle Cell
    • getRowSpan

      public int getRowSpan()
      Veraltet.
      Angegeben von:
      getRowSpan in Schnittstelle Cell