Interface Viewer

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget

public interface Viewer extends com.google.gwt.user.client.ui.IsWidget
Viewer containing a PageView within a ScrollPanel.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the PageView enclosed by this Viewer.
    boolean
     
    boolean
     
    void
    Should be called to update the Viewer when its size has changed.

    Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

    asWidget
  • Method Details

    • onResize

      void onResize()
      Should be called to update the Viewer when its size has changed. Called automatically when the Widget is attached to an ProvidesResize widget.
    • getPageView

      PageView getPageView()
      Gets the PageView enclosed by this Viewer.
      Returns:
      The comprised PageView.
    • isHorizontalScrollbarVisible

      boolean isHorizontalScrollbarVisible()
      Returns:
      true if the horizontal scrollbar is visible; otherwise false
    • isVerticalScrollbarVisible

      boolean isVerticalScrollbarVisible()
      Returns:
      true if the vertical scrollbar is visible; otherwise false