Interface AbstractCellTable.Resources
- Enclosing class:
AbstractCellTable<T>
public static interface AbstractCellTable.Resources
A ClientBundle that provides images for this widget.
-
Method Summary
Modifier and TypeMethodDescriptionIcon used when a column is sorted in ascending order.Icon used when a column is sorted in descending order.style()
The styles used in this widget.
-
Method Details
-
sortAscending
ImageResource sortAscending()Icon used when a column is sorted in ascending order. -
sortDescending
ImageResource sortDescending()Icon used when a column is sorted in descending order. -
style
AbstractCellTable.Style style()The styles used in this widget.
-