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 SummaryConstructorsConstructorDescriptionSpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Deprecated, for removal: This API element is subject to removal in a future version.
- 
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.
- 
Constructor Details- 
SpanCellDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getComponentpublic jakarta.faces.component.UIComponent getComponent()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getComponentin interface- Cell
 
- 
getOriginDeprecated, for removal: This API element is subject to removal in a future version.
- 
isHorizontalFirstpublic boolean isHorizontalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CellIs the origin cell or span cell at the first position of the cell compound.- Specified by:
- isHorizontalFirstin interface- Cell
- Returns:
- If its at the first position.
 
- 
isVerticalFirstpublic boolean isVerticalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:CellIs the origin cell or span cell at the first position of the cell compound.- Specified by:
- isVerticalFirstin interface- Cell
- Returns:
- If its at the first position.
 
- 
getColumnSpanpublic int getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getColumnSpanin interface- Cell
 
- 
getRowSpanpublic int getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getRowSpanin interface- Cell
 
 
-