Schnittstelle Cell
- Alle bekannten Implementierungsklassen:
- OriginCell,- SpanCell
Veraltet.
since 4.0.0
To support horizontal and vertical spans, at each position will be a cell as a representative.
 Either a "origin cell" for the first position or a "span cell" for spanned other positions.
- 
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.
- 
Methodendetails- 
getComponentjavax.faces.component.UIComponent getComponent()Veraltet.
- 
getOriginOriginCell getOrigin()Veraltet.
- 
isHorizontalFirstboolean isHorizontalFirst()Veraltet.Is the origin cell or span cell at the first position of the cell compound.- Gibt zurück:
- If its at the first position.
 
- 
isVerticalFirstboolean isVerticalFirst()Veraltet.Is the origin cell or span cell at the first position of the cell compound.- Gibt zurück:
- If its at the first position.
 
- 
getColumnSpanint getColumnSpan()Veraltet.
- 
getRowSpanint getRowSpan()Veraltet.
 
-