Uses of Class
com.amalgamasimulation.desktop.html.tables.HTMLTableColumn
Packages that use HTMLTableColumn
-
Uses of HTMLTableColumn in com.amalgamasimulation.desktop.html.tables
Fields in com.amalgamasimulation.desktop.html.tables with type parameters of type HTMLTableColumnMethods in com.amalgamasimulation.desktop.html.tables that return HTMLTableColumnModifier and TypeMethodDescriptionHTMLTableColumn.backgroundColor(Function<T, Color> colorExtractor) Adds a column to the table with the specified value extractor and title.HTMLTableColumn.fontItalic(Function<T, Boolean> valueExtractor) HTMLTableColumn.fontSizeInPt(Function<T, Integer> sizeInPointsExtractor) HTMLTableColumn.fontSizeInPx(Function<T, Integer> sizeInPixelsExtractor)