Class OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
- All Implemented Interfaces:
- Cell
Deprecated.
since 4.0.0
- 
Constructor SummaryConstructors
- 
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.voidsetColumnSpan(int columnSpan) Deprecated.voidsetRowSpan(int rowSpan) Deprecated.
- 
Constructor Details- 
OriginCellpublic OriginCell(javax.faces.component.UIComponent component) Deprecated.
 
- 
- 
Method Details- 
getComponentpublic javax.faces.component.UIComponent getComponent()Deprecated.- Specified by:
- getComponentin interface- Cell
 
- 
getOriginDeprecated.
- 
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.
 
- 
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.
 
- 
getColumnSpanpublic int getColumnSpan()Deprecated.- Specified by:
- getColumnSpanin interface- Cell
 
- 
setColumnSpanpublic void setColumnSpan(int columnSpan) Deprecated.
- 
getRowSpanpublic int getRowSpan()Deprecated.- Specified by:
- getRowSpanin interface- Cell
 
- 
setRowSpanpublic void setRowSpan(int rowSpan) Deprecated.
 
-