public static interface SlicedListViewAppearance.SlicedListViewResources extends Css3ListViewAppearance.Css3ListViewResources
| Modifier and Type | Method and Description |
|---|---|
SlicedListViewAppearance.SlicedListViewStyle |
css() |
com.google.gwt.resources.client.ImageResource |
itemBackground() |
com.google.gwt.resources.client.ImageResource |
itemOverBackground() |
com.google.gwt.resources.client.ImageResource |
itemSelectedBackground() |
theme@ClientBundle.Source(value="SlicedListView.css") SlicedListViewAppearance.SlicedListViewStyle css()
css in interface Css3ListViewAppearance.Css3ListViewResources@ImageResource.ImageOptions(repeatStyle=Horizontal) @ClientBundle.Source(value="item.png") com.google.gwt.resources.client.ImageResource itemBackground()
@ImageResource.ImageOptions(repeatStyle=Horizontal) @ClientBundle.Source(value="itemselected.png") com.google.gwt.resources.client.ImageResource itemSelectedBackground()
@ImageResource.ImageOptions(repeatStyle=Horizontal) @ClientBundle.Source(value="itemover.png") com.google.gwt.resources.client.ImageResource itemOverBackground()
Copyright © 2020. All Rights Reserved.