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 QueryTable
QueryTable. addColumn(Object columnConfig)
Adds an output column to this QueryTableQueryTable
QueryTable. executeQuery(String queryString, Map<String,Object> arguments)
Executes the given query with the given options.QueryTable
QueryTable. setColumnCellOptions(int column, CellOption... options)
QueryTable
QueryTable. setColumnStyle(int column, String style)
QueryTable
QueryTable. setExtraColumnStyle(int column, String style)
QueryTable
QueryTable. setRowCellOptions(int row, CellOption... options)
QueryTable
QueryTable. setRowStyle(int row, String style)
QueryTable
QueryTable. withClass(String... cssClasses)
QueryTable
QueryTable. withHeaderRow(CellOption... options)
-