Interface ScrollbarUIStyle

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle, DefaultButtonResources, MinimizedButtonResources, MinimizedUIStyle, UIStyle

public interface ScrollbarUIStyle extends MinimizedUIStyle
Almost minimal UI Style with the amendment of the 4 resource icons needed for the viewer scroll bars (the ones that appear if the document tile is bigger than the viewer area).
  • Method Details

    • arrowLeft

      @Source("com/levigo/jadice/web/client/ui/defaultstyle/arrowLeft.png") com.google.gwt.resources.client.ImageResource arrowLeft()
      Specified by:
      arrowLeft in interface MinimizedUIStyle
    • arrowRight

      @Source("com/levigo/jadice/web/client/ui/defaultstyle/arrowRight.png") com.google.gwt.resources.client.ImageResource arrowRight()
      Specified by:
      arrowRight in interface MinimizedUIStyle
    • arrowUp

      @Source("com/levigo/jadice/web/client/ui/defaultstyle/arrowUp.png") com.google.gwt.resources.client.ImageResource arrowUp()
      Specified by:
      arrowUp in interface MinimizedUIStyle
    • arrowDown

      @Source("com/levigo/jadice/web/client/ui/defaultstyle/arrowDown.png") com.google.gwt.resources.client.ImageResource arrowDown()
      Specified by:
      arrowDown in interface MinimizedUIStyle