Package com.identityworksllc.iiq.common.table
-
Interface Summary Interface Description CellOption A cell modifier that can be passed in to various methodsStyleTarget An interface that classes can use to indicate that they can hold styles. -
Class Summary Class Description Cell A class representing a single cell in an HTML table.CellOptions A class implementing a variety of static cell options.Element The root class of Table, Row, and Cell, which allows common functions for style, CSS class, and other common HTML elementsQueryTable An extension of Table to run a SQL query and export it.Row A class representing a row in an HTML table.Table Type-safe fluent API for creating HTML tables from data inputs.