|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LargeZoomWidget.Images
A bundle of images used by the widget.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
---|
ClientBundle.Source |
Method Summary | |
---|---|
ImageResource |
bottom()
Returns the image resource of the ladder's bottom. |
ImageResource |
mark()
Returns the image resource of the ladder's mark. |
ImageResource |
step()
Returns the image resource of the ladder's steps. |
ImageResource |
top()
Returns the image resource of the ladder's top. |
ImageResource |
zoomIn()
Returns the image resource of the zoom-in button. |
ImageResource |
zoomOut()
Returns the image resource of the zoom-out button. |
Method Detail |
---|
@ClientBundle.Source(value="zoomIn.png") ImageResource zoomIn()
@ClientBundle.Source(value="zoomOut.png") ImageResource zoomOut()
@ClientBundle.Source(value="top.png") ImageResource top()
@ClientBundle.Source(value="bottom.png") ImageResource bottom()
@ClientBundle.Source(value="step.png") ImageResource step()
@ClientBundle.Source(value="mark.png") ImageResource mark()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |