Class SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- All Implemented Interfaces:
- Cell
Deprecated.
since 4.0.0
- 
Constructor SummaryConstructorsConstructorDescriptionSpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionintDeprecated.javax.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 javax.faces.component.UIComponent getComponent()Deprecated.- Specified by:
- getComponentin interface- Cell
 
- 
getOriginDeprecated.
- 
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.
 
- 
getColumnSpanpublic int getColumnSpan()Deprecated.- Specified by:
- getColumnSpanin interface- Cell
 
- 
getRowSpanpublic int getRowSpan()Deprecated.- Specified by:
- getRowSpanin interface- Cell
 
 
-