public interface AdvancedAnnotationListEditorView extends org.uberfire.client.mvp.UberView<AdvancedAnnotationListEditorView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AdvancedAnnotationListEditorView.AddAnnotationHandler |
static interface |
AdvancedAnnotationListEditorView.ClearValuePairHandler |
static interface |
AdvancedAnnotationListEditorView.DeleteAnnotationHandler |
static interface |
AdvancedAnnotationListEditorView.Presenter |
static interface |
AdvancedAnnotationListEditorView.ValuePairChangeHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback,
KieProject kieProject,
ElementType elementType) |
void |
loadAnnotations(List<Annotation> annotations,
Map<String,AnnotationSource> annotationSources) |
void |
removeAnnotation(Annotation annotation) |
void |
setReadonly(boolean readonly) |
void |
showYesNoDialog(String message,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand) |
void loadAnnotations(List<Annotation> annotations, Map<String,AnnotationSource> annotationSources)
void removeAnnotation(Annotation annotation)
void showYesNoDialog(String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
void invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback, KieProject kieProject, ElementType elementType)
void setReadonly(boolean readonly)
void clear()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.