public static interface Grid.GridAppearance
| Modifier and Type | Method and Description |
|---|---|
ImageResource |
columnsIcon()
Returns the icon to use for the "Columns" (column selection) header menu
item.
|
void |
render(SafeHtmlBuilder sb)
Returns the HTML markup for the widget.
|
ImageResource |
sortAcendingIcon()
Returns the icon to use for the "Sort Ascending" header menu item.
|
ImageResource |
sortDescendingIcon()
Returns the icon to use for the "Sort Descending" header menu item.
|
ImageResource columnsIcon()
void render(SafeHtmlBuilder sb)
sb - ImageResource sortAcendingIcon()
ImageResource sortDescendingIcon()
Copyright © 2012. All Rights Reserved.