Class SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- 
Constructor SummaryConstructorsConstructorDescriptionSpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Deprecated.
- 
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.
- 
Constructor Details- 
SpanCellDeprecated.
 
- 
- 
Method Details- 
getComponentpublic jakarta.faces.component.UIComponent getComponent()Deprecated.- Specified by:
- getComponentin interface- Cell
 
- 
getOrigin
- 
isHorizontalFirstpublic boolean isHorizontalFirst()Deprecated.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.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.
 
- 
getColumnSpan
- 
getRowSpan
 
-