|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CellTable.Resources
A ClientBundle that provides images for this widget.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
---|
ClientBundle.Source |
Method Summary | |
---|---|
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. |
Method Detail |
---|
@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()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |