com.google.gwt.widgetideas.client
Interface SliderBar.SliderBarImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle
Enclosing class:
SliderBar

public static interface SliderBar.SliderBarImages
extends com.google.gwt.user.client.ui.ImageBundle

An ImageBundle that provides images for SliderBar.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype slider()
          An image used for the sliding knob.
 com.google.gwt.user.client.ui.AbstractImagePrototype sliderSliding()
          An image used for the sliding knob while sliding.
 

Method Detail

slider

com.google.gwt.user.client.ui.AbstractImagePrototype slider()
An image used for the sliding knob.

Returns:
a prototype of this image

sliderSliding

com.google.gwt.user.client.ui.AbstractImagePrototype sliderSliding()
An image used for the sliding knob while sliding.

Returns:
a prototype of this image