Interface Cell
- All Known Implementing Classes:
- OriginCell,- SpanCell
Deprecated, for removal: This API element is subject to removal in a future version.
To support horizontal and vertical spans, at each position will be a cell as a representative.
 Either an "origin cell" for the first position or a "span cell" for spanned other positions.
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.jakarta.faces.component.UIComponentDeprecated, 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.intDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.booleanDeprecated, 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.
- 
Method Details- 
getComponentjakarta.faces.component.UIComponent getComponent()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getOriginOriginCell getOrigin()Deprecated, for removal: This API element is subject to removal in a future version.
- 
isHorizontalFirstboolean isHorizontalFirst()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.- Returns:
- If its at the first position.
 
- 
isVerticalFirstboolean isVerticalFirst()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.- Returns:
- If its at the first position.
 
- 
getColumnSpanint getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getRowSpanint getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.
 
-