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 Summary
ConstructorsConstructorDescriptionDocumentBookmarkPanel
(PageView pageView) DocumentBookmarkPanel
(PageView pageView, boolean showThumbnails) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.user.client.ui.Widget
asWidget()
void
onInstructions
(InstructionsDTO instructionsDTO)
-
Constructor Details
-
DocumentBookmarkPanel
-
DocumentBookmarkPanel
-
-
Method Details
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()- Specified by:
asWidget
in interfacecom.google.gwt.user.client.ui.IsWidget
-
onInstructions
- Specified by:
onInstructions
in interfaceInstructionsListener
-