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 Summary
ConstructorsConstructorDescriptionOriginCell
(javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.javax.faces.component.UIComponent
Deprecated, 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.int
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, 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.boolean
Deprecated, 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.void
setColumnSpan
(int columnSpan) Deprecated, for removal: This API element is subject to removal in a future version.void
setRowSpan
(int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
OriginCell
public OriginCell(javax.faces.component.UIComponent component) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getComponent
public javax.faces.component.UIComponent getComponent()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getComponent
in interfaceCell
-
getOrigin
Deprecated, for removal: This API element is subject to removal in a future version. -
isVerticalFirst
public boolean isVerticalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Cell
Is the origin cell or span cell at the first position of the cell compound.- Specified by:
isVerticalFirst
in interfaceCell
- Returns:
- If its at the first position.
-
isHorizontalFirst
public boolean isHorizontalFirst()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Cell
Is the origin cell or span cell at the first position of the cell compound.- Specified by:
isHorizontalFirst
in interfaceCell
- Returns:
- If its at the first position.
-
getColumnSpan
public int getColumnSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getColumnSpan
in interfaceCell
-
setColumnSpan
public void setColumnSpan(int columnSpan) Deprecated, for removal: This API element is subject to removal in a future version. -
getRowSpan
public int getRowSpan()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRowSpan
in interfaceCell
-
setRowSpan
public void setRowSpan(int rowSpan) Deprecated, for removal: This API element is subject to removal in a future version.
-