Class SpanCell
- java.lang.Object
-
- org.apache.myfaces.tobago.internal.layout.SpanCell
-
- All Implemented Interfaces:
Cell
@Deprecated public class SpanCell extends Object implements Cell
Deprecated.since 4.0.0
-
-
Constructor Summary
Constructors Constructor Description SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getColumnSpan()
Deprecated.jakarta.faces.component.UIComponent
getComponent()
Deprecated.OriginCell
getOrigin()
Deprecated.int
getRowSpan()
Deprecated.boolean
isHorizontalFirst()
Deprecated.Is the origin cell or span cell at the first position of the cell compound.boolean
isVerticalFirst()
Deprecated.Is the origin cell or span cell at the first position of the cell compound.
-
-
-
Constructor Detail
-
SpanCell
public SpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst)
Deprecated.
-
-
Method Detail
-
getComponent
public jakarta.faces.component.UIComponent getComponent()
Deprecated.- Specified by:
getComponent
in interfaceCell
-
getOrigin
public OriginCell getOrigin()
Deprecated.
-
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.
-
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.
-
getColumnSpan
public int getColumnSpan()
Deprecated.- Specified by:
getColumnSpan
in interfaceCell
-
getRowSpan
public int getRowSpan()
Deprecated.- Specified by:
getRowSpan
in interfaceCell
-
-