Class ClassPathDocumentPanel
java.lang.Object
com.levigo.jadice.web.demo.enterprise.client.ClassPathDocumentPanel
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
public class ClassPathDocumentPanel
extends Object
implements com.google.gwt.user.client.ui.IsWidget
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDocument
(String title, String description, Source source, String documentType) Add a document to the list of test documents.static void
applyPermissions
(ClassPathWithAnnoAndPermissionSource source, String permissionIdentifier) com.google.gwt.user.client.ui.Widget
asWidget()
-
Constructor Details
-
ClassPathDocumentPanel
-
-
Method Details
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()- Specified by:
asWidget
in interfacecom.google.gwt.user.client.ui.IsWidget
-