Klasse OriginCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.OriginCell
- Alle implementierten Schnittstellen:
- Cell
Veraltet.
since 4.0.0
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungintVeraltet.javax.faces.component.UIComponentVeraltet.Veraltet.intVeraltet.booleanVeraltet.Is the origin cell or span cell at the first position of the cell compound.booleanVeraltet.Is the origin cell or span cell at the first position of the cell compound.voidsetColumnSpan(int columnSpan) Veraltet.voidsetRowSpan(int rowSpan) Veraltet.
- 
Konstruktordetails- 
OriginCellpublic OriginCell(javax.faces.component.UIComponent component) Veraltet.
 
- 
- 
Methodendetails- 
getComponentpublic javax.faces.component.UIComponent getComponent()Veraltet.- Angegeben von:
- getComponentin Schnittstelle- Cell
 
- 
getOriginVeraltet.
- 
isVerticalFirstpublic boolean isVerticalFirst()Veraltet.Beschreibung aus Schnittstelle kopiert:CellIs the origin cell or span cell at the first position of the cell compound.- Angegeben von:
- isVerticalFirstin Schnittstelle- Cell
- Gibt zurück:
- If its at the first position.
 
- 
isHorizontalFirstpublic boolean isHorizontalFirst()Veraltet.Beschreibung aus Schnittstelle kopiert:CellIs the origin cell or span cell at the first position of the cell compound.- Angegeben von:
- isHorizontalFirstin Schnittstelle- Cell
- Gibt zurück:
- If its at the first position.
 
- 
getColumnSpanpublic int getColumnSpan()Veraltet.- Angegeben von:
- getColumnSpanin Schnittstelle- Cell
 
- 
setColumnSpanpublic void setColumnSpan(int columnSpan) Veraltet.
- 
getRowSpanpublic int getRowSpan()Veraltet.- Angegeben von:
- getRowSpanin Schnittstelle- Cell
 
- 
setRowSpanpublic void setRowSpan(int rowSpan) Veraltet.
 
-