Klasse SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- Alle implementierten Schnittstellen:
Cell
Veraltet.
since 4.0.0
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSpanCell
(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Veraltet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
Veraltet.javax.faces.component.UIComponent
Veraltet.Veraltet.int
Veraltet.boolean
Veraltet.Is the origin cell or span cell at the first position of the cell compound.boolean
Veraltet.Is the origin cell or span cell at the first position of the cell compound.
-
Konstruktordetails
-
SpanCell
Veraltet.
-
-
Methodendetails
-
getComponent
public javax.faces.component.UIComponent getComponent()Veraltet.- Angegeben von:
getComponent
in SchnittstelleCell
-
getOrigin
Veraltet. -
isHorizontalFirst
public boolean isHorizontalFirst()Veraltet.Beschreibung aus Schnittstelle kopiert:Cell
Is the origin cell or span cell at the first position of the cell compound.- Angegeben von:
isHorizontalFirst
in SchnittstelleCell
- Gibt zurück:
- If its at the first position.
-
isVerticalFirst
public boolean isVerticalFirst()Veraltet.Beschreibung aus Schnittstelle kopiert:Cell
Is the origin cell or span cell at the first position of the cell compound.- Angegeben von:
isVerticalFirst
in SchnittstelleCell
- Gibt zurück:
- If its at the first position.
-
getColumnSpan
public int getColumnSpan()Veraltet.- Angegeben von:
getColumnSpan
in SchnittstelleCell
-
getRowSpan
public int getRowSpan()Veraltet.- Angegeben von:
getRowSpan
in SchnittstelleCell
-