Uses of Class
com.identityworksllc.iiq.common.table.QueryTable
- 
Packages that use QueryTable Package Description com.identityworksllc.iiq.common.table  - 
- 
Uses of QueryTable in com.identityworksllc.iiq.common.table
Methods in com.identityworksllc.iiq.common.table that return QueryTable Modifier and Type Method Description QueryTableQueryTable. addColumn(Object columnConfig)Adds an output column to this QueryTableQueryTableQueryTable. executeQuery(String queryString, Map<String,Object> arguments)Executes the given query with the given options.QueryTableQueryTable. setColumnCellOptions(int column, CellOption... options)QueryTableQueryTable. setColumnStyle(int column, String style)QueryTableQueryTable. setExtraColumnStyle(int column, String style)QueryTableQueryTable. setRowCellOptions(int row, CellOption... options)QueryTableQueryTable. setRowStyle(int row, String style)QueryTableQueryTable. withClass(String... cssClasses)QueryTableQueryTable. withHeaderRow(CellOption... options) 
 -