Class OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.javax.faces.component.UIComponent
Deprecated.Deprecated.int
Deprecated.boolean
Deprecated.Is the origin cell or span cell at the first position of the cell compound.boolean
Deprecated.Is the origin cell or span cell at the first position of the cell compound.void
setColumnSpan
(int columnSpan) Deprecated.void
setRowSpan
(int rowSpan) Deprecated.
-
Constructor Details
-
OriginCell
public OriginCell(javax.faces.component.UIComponent component) Deprecated.
-
-
Method Details
-
getComponent
public javax.faces.component.UIComponent getComponent()Deprecated.- Specified by:
getComponent
in interfaceCell
-
getOrigin
-
isVerticalFirst
public boolean isVerticalFirst()Deprecated.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.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
-
setColumnSpan
public void setColumnSpan(int columnSpan) Deprecated. -
getRowSpan
-
setRowSpan
public void setRowSpan(int rowSpan) Deprecated.
-