com.maryanovsky.gwtutils.client.ui
Interface ButtonScrollPanel.Resources

All Superinterfaces:
ClientBundle
Enclosing class:
ButtonScrollPanel

public static interface ButtonScrollPanel.Resources
extends ClientBundle

The interface for the resources required by the scroll pane.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource downButtonImage()
          The image for the "down" button.
 ImageResource upButtonImage()
          The image for the "up" button.
 

Method Detail

upButtonImage

ImageResource upButtonImage()
The image for the "up" button.


downButtonImage

ImageResource downButtonImage()
The image for the "down" button.