public static interface CellTable.Resources extends ClientBundle
ClientBundle.Source
Modifier and Type | Method and Description |
---|---|
ImageResource |
cellTableFooterBackground()
The background used for footer cells.
|
ImageResource |
cellTableHeaderBackground()
The background used for header cells.
|
ImageResource |
cellTableLoading()
The loading indicator used while the table is waiting for data.
|
ImageResource |
cellTableSelectedBackground()
The background used for selected cells.
|
ImageResource |
cellTableSortAscending()
Icon used when a column is sorted in ascending order.
|
ImageResource |
cellTableSortDescending()
Icon used when a column is sorted in descending order.
|
CellTable.Style |
cellTableStyle()
The styles used in this widget.
|
@ClientBundle.Source(value="cellTableHeaderBackground.png") @ImageResource.ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellTableFooterBackground()
@ImageResource.ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellTableHeaderBackground()
@ImageResource.ImageOptions(flipRtl=true) ImageResource cellTableLoading()
@ClientBundle.Source(value="cellListSelectedBackground.png") @ImageResource.ImageOptions(repeatStyle=Horizontal, flipRtl=true) ImageResource cellTableSelectedBackground()
@ClientBundle.Source(value="sortAscending.png") @ImageResource.ImageOptions(flipRtl=true) ImageResource cellTableSortAscending()
@ClientBundle.Source(value="sortDescending.png") @ImageResource.ImageOptions(flipRtl=true) ImageResource cellTableSortDescending()
@ClientBundle.Source(value="com/google/gwt/user/cellview/client/CellTable.css") CellTable.Style cellTableStyle()