Interface Cell
- All Known Implementing Classes:
- OriginCell,- SpanCell
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 SummaryModifier and TypeMethodDescriptionintDeprecated.jakarta.faces.component.UIComponentDeprecated.Deprecated.intDeprecated.booleanDeprecated.Is the origin cell or span cell at the first position of the cell compound.booleanDeprecated.Is the origin cell or span cell at the first position of the cell compound.
- 
Method Details- 
getComponentjakarta.faces.component.UIComponent getComponent()Deprecated.
- 
getOriginOriginCell getOrigin()Deprecated.
- 
isHorizontalFirstboolean isHorizontalFirst()Deprecated.Is the origin cell or span cell at the first position of the cell compound.- Returns:
- If its at the first position.
 
- 
isVerticalFirstboolean isVerticalFirst()Deprecated.Is the origin cell or span cell at the first position of the cell compound.- Returns:
- If its at the first position.
 
- 
getColumnSpanint getColumnSpan()Deprecated.
- 
getRowSpanint getRowSpan()Deprecated.
 
-