Class DocumentBookmarkPanel

java.lang.Object
com.levigo.jadice.web.demo.enterprise.client.DocumentBookmarkPanel
All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget, InstructionsListener

public class DocumentBookmarkPanel extends Object implements com.google.gwt.user.client.ui.IsWidget, InstructionsListener
A panel containing the Bookmarks that come from the document (e.g. bookmarks in PDF).
  • Constructor Details

    • DocumentBookmarkPanel

      public DocumentBookmarkPanel(PageView pageView)
    • DocumentBookmarkPanel

      public DocumentBookmarkPanel(PageView pageView, boolean showThumbnails)
  • Method Details

    • asWidget

      public com.google.gwt.user.client.ui.Widget asWidget()
      Specified by:
      asWidget in interface com.google.gwt.user.client.ui.IsWidget
    • onInstructions

      public void onInstructions(InstructionsDTO instructionsDTO)
      Specified by:
      onInstructions in interface InstructionsListener