Klasse SpanCell
java.lang.Object
org.apache.myfaces.tobago.internal.layout.SpanCell
- Alle implementierten Schnittstellen:
- Cell
Veraltet.
since 4.0.0
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungSpanCell(OriginCell origin, boolean horizontalFirst, boolean verticalFirst) Veraltet.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungintVeraltet.jakarta.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.
- 
Konstruktordetails- 
SpanCellVeraltet.
 
- 
- 
Methodendetails- 
getComponentpublic jakarta.faces.component.UIComponent getComponent()Veraltet.- Angegeben von:
- getComponentin Schnittstelle- Cell
 
- 
getOriginVeraltet.
- 
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.
 
- 
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.
 
- 
getColumnSpanpublic int getColumnSpan()Veraltet.- Angegeben von:
- getColumnSpanin Schnittstelle- Cell
 
- 
getRowSpanpublic int getRowSpan()Veraltet.- Angegeben von:
- getRowSpanin Schnittstelle- Cell
 
 
-