Uses of Interface
org.apache.myfaces.tobago.internal.layout.Cell
-
Packages that use Cell Package Description org.apache.myfaces.tobago.internal.layout -
-
Uses of Cell in org.apache.myfaces.tobago.internal.layout
Classes in org.apache.myfaces.tobago.internal.layout that implement Cell Modifier and Type Class Description class
OriginCell
Deprecated.since 4.0.0class
SpanCell
Deprecated.since 4.0.0Methods in org.apache.myfaces.tobago.internal.layout that return Cell Modifier and Type Method Description Cell
Grid. getCell(int column, int row)
Deprecated.Methods in org.apache.myfaces.tobago.internal.layout with parameters of type Cell Modifier and Type Method Description void
Grid. setCell(int column, int row, Cell cell)
Deprecated.
-