Class OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
- All Implemented Interfaces:
- Cell
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionOriginCell(jakarta.faces.component.UIComponent component) 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.voidsetColumnSpan(int columnSpan) Deprecated, for removal: This API element is subject to removal in a future version.voidsetRowSpan(int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
OriginCellpublic OriginCell(jakarta.faces.component.UIComponent component) Deprecated, 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.
- 
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.
 
- 
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.
 
- 
getColumnSpanpublic int getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getColumnSpanin interface- Cell
 
- 
setColumnSpanpublic void setColumnSpan(int columnSpan) Deprecated, for removal: This API element is subject to removal in a future version.
- 
getRowSpanpublic int getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getRowSpanin interface- Cell
 
- 
setRowSpanpublic void setRowSpan(int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.
 
-