org.apache.myfaces.tobago.internal.layout
Class SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- All Implemented Interfaces:
- Cell
public class SpanCell
- extends Object
- implements Cell
Constructor Summary |
SpanCell(OriginCell origin,
boolean horizontalFirst,
boolean verticalFirst)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpanCell
public SpanCell(OriginCell origin,
boolean horizontalFirst,
boolean verticalFirst)
getComponent
public LayoutComponent getComponent()
- Specified by:
getComponent
in interface Cell
getOrigin
public OriginCell getOrigin()
- Specified by:
getOrigin
in interface Cell
isHorizontalFirst
public boolean isHorizontalFirst()
- Description copied from interface:
Cell
- Is the origin cell or span cell at the first position of the cell compound.
- Specified by:
isHorizontalFirst
in interface Cell
- Returns:
- If its at the first position.
isVerticalFirst
public boolean isVerticalFirst()
- Description copied from interface:
Cell
- Is the origin cell or span cell at the first position of the cell compound.
- Specified by:
isVerticalFirst
in interface Cell
- Returns:
- If its at the first position.
getColumnSpan
public int getColumnSpan()
- Specified by:
getColumnSpan
in interface Cell
getRowSpan
public int getRowSpan()
- Specified by:
getRowSpan
in interface Cell
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.