com.google.gwt.user.cellview.client
Interface CellList.Resources
- All Superinterfaces:
- ClientBundle
- Enclosing class:
- CellList<T>
public static interface CellList.Resources
- extends ClientBundle
A ClientBundle that provides images for this widget.
cellListSelectedBackground
@ImageResource.ImageOptions(repeatStyle=Horizontal,
flipRtl=true)
ImageResource cellListSelectedBackground()
- The background used for selected items.
cellListStyle
@ClientBundle.Source(value="com/google/gwt/user/cellview/client/CellList.css")
CellList.Style cellListStyle()
- The styles used in this widget.