Class OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
- 
Constructor SummaryConstructors
- 
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.voidsetColumnSpan(int columnSpan) Deprecated.voidsetRowSpan(int rowSpan) Deprecated.
- 
Constructor Details- 
OriginCellpublic OriginCell(jakarta.faces.component.UIComponent component) Deprecated.
 
- 
- 
Method Details- 
getComponentpublic jakarta.faces.component.UIComponent getComponent()Deprecated.- Specified by:
- getComponentin interface- Cell
 
- 
getOrigin
- 
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.
 
- 
getColumnSpan
- 
setColumnSpanpublic void setColumnSpan(int columnSpan) Deprecated.
- 
getRowSpan
- 
setRowSpanpublic void setRowSpan(int rowSpan) Deprecated.
 
-