Uses of Class
com.jbstrap.ui.components.table.Table
Packages that use Table
-
Uses of Table in com.jbstrap.ui.components.table
Methods in com.jbstrap.ui.components.table that return TableModifier and TypeMethodDescriptionTable.addComponent
(Component<?> component) Adds the specified table header or table row component to the table.Table.removeComponent
(Component<?> component) Table.replaceComponent
(Component<?> oldComponent, Component<?> newComponent) Table.setEnabled
(boolean enabled) Enables or disables the table component on the interface.