Interface AbstractCellTable.Resources
-
- Enclosing class:
- AbstractCellTable<T>
public static interface AbstractCellTable.ResourcesA ClientBundle that provides images for this widget.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageResourcesortAscending()Icon used when a column is sorted in ascending order.ImageResourcesortDescending()Icon used when a column is sorted in descending order.AbstractCellTable.Stylestyle()The styles used in this widget.
-
-
-
Method Detail
-
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.
-
-