Klasse OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
- Alle implementierten Schnittstellen:
Cell
Veraltet.
since 4.0.0
-
Konstruktorübersicht
Konstruktoren -
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.void
setColumnSpan
(int columnSpan) Veraltet.void
setRowSpan
(int rowSpan) Veraltet.
-
Konstruktordetails
-
OriginCell
public OriginCell(javax.faces.component.UIComponent component) Veraltet.
-
-
Methodendetails
-
getComponent
public javax.faces.component.UIComponent getComponent()Veraltet.- Angegeben von:
getComponent
in SchnittstelleCell
-
getOrigin
Veraltet. -
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.
-
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.
-
getColumnSpan
public int getColumnSpan()Veraltet.- Angegeben von:
getColumnSpan
in SchnittstelleCell
-
setColumnSpan
public void setColumnSpan(int columnSpan) Veraltet. -
getRowSpan
public int getRowSpan()Veraltet.- Angegeben von:
getRowSpan
in SchnittstelleCell
-
setRowSpan
public void setRowSpan(int rowSpan) Veraltet.
-