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 Summary
Modifier and TypeMethodDescriptionint
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.
-
Method Details
-
getComponent
jakarta.faces.component.UIComponent getComponent()Deprecated, for removal: This API element is subject to removal in a future version. -
getOrigin
OriginCell getOrigin()Deprecated, for removal: This API element is subject to removal in a future version. -
isHorizontalFirst
boolean 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.
-
isVerticalFirst
boolean 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.
-
getColumnSpan
int getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version. -
getRowSpan
int getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.
-