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 CellCell. of(Object content, CellOption... options)Constructs a new Cell that can be passed toTable.cell(Cell)static CellCell. 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 voidCellOption. accept(Cell cell)Modify the cell passed in according to the option detailsvoidRow. add(Cell c)Adds a new cell to the end of this row.TableTable. 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 voidRow. setCells(List<Cell> cells) 
 -