Class SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- All Implemented Interfaces:
Cell
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionSpanCell
(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-
Constructor Details
-
SpanCell
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getComponent
public jakarta.faces.component.UIComponent getComponent()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getComponent
in interfaceCell
-
getOrigin
Deprecated, for removal: This API element is subject to removal in a future version. -
isHorizontalFirst
public boolean isHorizontalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Cell
Is the origin cell or span cell at the first position of the cell compound.- Specified by:
isHorizontalFirst
in interfaceCell
- Returns:
- If its at the first position.
-
isVerticalFirst
public boolean isVerticalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Cell
Is the origin cell or span cell at the first position of the cell compound.- Specified by:
isVerticalFirst
in interfaceCell
- Returns:
- If its at the first position.
-
getColumnSpan
public int getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getColumnSpan
in interfaceCell
-
getRowSpan
public int getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRowSpan
in interfaceCell
-