Schnittstelle Cell

Alle bekannten Implementierungsklassen:
OriginCell, SpanCell

@Deprecated public interface Cell
Veraltet.
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.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Veraltet.
     
    jakarta.faces.component.UIComponent
    Veraltet.
     
    Veraltet.
     
    int
    Veraltet.
     
    boolean
    Veraltet.
    Is the origin cell or span cell at the first position of the cell compound.
    boolean
    Veraltet.
    Is the origin cell or span cell at the first position of the cell compound.
  • Methodendetails

    • getComponent

      jakarta.faces.component.UIComponent getComponent()
      Veraltet.
    • getOrigin

      OriginCell getOrigin()
      Veraltet.
    • isHorizontalFirst

      boolean isHorizontalFirst()
      Veraltet.
      Is the origin cell or span cell at the first position of the cell compound.
      Gibt zurück:
      If its at the first position.
    • isVerticalFirst

      boolean isVerticalFirst()
      Veraltet.
      Is the origin cell or span cell at the first position of the cell compound.
      Gibt zurück:
      If its at the first position.
    • getColumnSpan

      int getColumnSpan()
      Veraltet.
    • getRowSpan

      int getRowSpan()
      Veraltet.