Uses of Class
com.jbstrap.ui.components.table.Table
-
Uses of Table in com.jbstrap.ui.components.table
Modifier 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.