public interface ExampleIcons
extends com.google.gwt.user.client.ui.ImageBundle
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.AbstractImagePrototype |
disk() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
error() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
images() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
photos() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
refresh() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
text_columns() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
text_list_bullets() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
world() |
@ImageBundle.Resource(value="arrow_refresh.png") com.google.gwt.user.client.ui.AbstractImagePrototype refresh()
@ImageBundle.Resource(value="images.png") com.google.gwt.user.client.ui.AbstractImagePrototype images()
@ImageBundle.Resource(value="text_columns.png") com.google.gwt.user.client.ui.AbstractImagePrototype text_columns()
@ImageBundle.Resource(value="text_list_bullets.png") com.google.gwt.user.client.ui.AbstractImagePrototype text_list_bullets()
@ImageBundle.Resource(value="photos.png") com.google.gwt.user.client.ui.AbstractImagePrototype photos()
@ImageBundle.Resource(value="cross.png") com.google.gwt.user.client.ui.AbstractImagePrototype error()
@ImageBundle.Resource(value="disk.png") com.google.gwt.user.client.ui.AbstractImagePrototype disk()
@ImageBundle.Resource(value="world.png") com.google.gwt.user.client.ui.AbstractImagePrototype world()
Copyright © 2016. All Rights Reserved.