Class JadiceDocumentViewer
java.lang.Object
com.levigo.jadice.web.demo.enterprise.client.JadiceContentViewer
com.levigo.jadice.web.demo.enterprise.client.JadiceDocumentViewer
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
A Viewer for documents
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.gwt.user.client.ui.LayoutPanel
protected com.google.gwt.user.client.ui.TabLayoutPanel
protected final PageView
protected com.google.gwt.user.client.ui.FlowPanel
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.user.client.ui.Widget
asWidget()
protected AnnotationVisibilityMenuContributor
Creates the visibility menu contributor.protected void
createContext
(Context parentContext) static RegisteredAction
createExportOriginalAction
(Collection<Object> context) protected void
protected void
protected void
doLayout()
Do some Layout stuffstatic RegisteredAction
saveAnnosAction
(Collection<Object> context) static RegisteredAction
saveAnnosP8Action
(Collection<Object> context) setScopeDocument
(Action action) Methods inherited from class com.levigo.jadice.web.demo.enterprise.client.JadiceContentViewer
createStatusbar
-
Field Details
-
documentView
protected final com.google.gwt.user.client.ui.LayoutPanel documentView -
pageView
-
leftTabPanel
protected com.google.gwt.user.client.ui.TabLayoutPanel leftTabPanel -
showHideLeftPanel
protected com.google.gwt.user.client.ui.FlowPanel showHideLeftPanel -
showLeftPanel
protected boolean showLeftPanel
-
-
Constructor Details
-
JadiceDocumentViewer
-
-
Method Details
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget() -
createLeftTabPanel
protected void createLeftTabPanel() -
getPageView
-
getContext
-
createRightTabPanel
protected void createRightTabPanel() -
createAnnotationVisibilityMenuContributor
Creates the visibility menu contributor. Protected to be able to provide a different contributor with a custom profile in sub-classes.- Returns:
- the
AnnotationVisibilityMenuContributor
-
createContext
-
getToolbar
-
createExportOriginalAction
-
setScopeDocument
-
doLayout
protected void doLayout()Do some Layout stuff -
saveAnnosAction
-
saveAnnosP8Action
-