public interface TableModel
| Modifier and Type | Method and Description |
|---|---|
TableColumnOrderingModel |
getTableColumnOrderingModel()
Only works if f:ajax event="order" is used on table toolbar component.
|
TableColumnVisibilityModel |
getTableColumnVisibilityModel()
Only works if f:ajax event="toggle" is used on table toolbar component.
|
TableRowSortingModel |
getTableRowSortingModel()
Only works if at least one f:ajax is used on table toolbar component.
|
TableRowSortingModel getTableRowSortingModel()
TableColumnVisibilityModel getTableColumnVisibilityModel()
TableColumnOrderingModel getTableColumnOrderingModel()
Copyright © 2019. All rights reserved.