Uses of Class
com.identityworksllc.iiq.common.table.Cell
-
Packages that use Cell Package Description com.identityworksllc.iiq.common.table -
-
Uses of Cell in com.identityworksllc.iiq.common.table
Methods in com.identityworksllc.iiq.common.table that return Cell Modifier and Type Method Description static Cell
Cell. of(Object content, CellOption... options)
Constructs a new Cell that can be passed toTable.cell(Cell)
static Cell
Cell. of(Object content, List<CellOption> options)
Constructs a new Cell that can be passed toTable.cell(Cell)
Methods in com.identityworksllc.iiq.common.table that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
Row. getCells()
Methods in com.identityworksllc.iiq.common.table with parameters of type Cell Modifier and Type Method Description void
CellOption. accept(Cell cell)
Modify the cell passed in according to the option detailsvoid
Row. add(Cell c)
Adds a new cell to the end of this row.Table
Table. cell(Cell cell)
Adds a specified cell to the current row.Method parameters in com.identityworksllc.iiq.common.table with type arguments of type Cell Modifier and Type Method Description void
Row. setCells(List<Cell> cells)
-