| Interface | Description |
|---|---|
| ButtonHandler<T> | |
| Column.RenderCallback<T,C> |
Function to render the data of a column
|
| InlineActionHandler<T> | |
| Table<T> | |
| Table.SelectionChangeHandler<T> |
Convenience handler when a row selection or deselection takes place.
|
| Class | Description |
|---|---|
| Button<T> |
A table button
|
| Column<T> |
Options for a column in a data table.
|
| Column.Meta | |
| ColumnActions<T> | |
| ColumnBuilder<T> |
Builder for a
Column. |
| DataTable<T> |
Table element which implements the DataTables plugin for jQuery.
|
| GenericOptionsBuilder<B extends GenericOptionsBuilder<B,T>,T> |
Generic builder for data table options used as a base class for the different option builders.
|
| InlineAction<T> |
An action in a table row (typically in the last column)
|
| Options<T> |
Options for a data table.
|
| OptionsBuilder<T> |
Builder for data table options.
|
| Enum | Description |
|---|---|
| RefreshMode |
Typesafe enum for the paging parameter of
Api.draw(String). |
| Scope |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.