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.CollapseChangeHandler |
static interface |
AdvancedAnnotationListEditorView.DeleteAnnotationHandler |
static interface |
AdvancedAnnotationListEditorView.EditValuePairHandler |
static interface |
AdvancedAnnotationListEditorView.Presenter |
static interface |
AdvancedAnnotationListEditorView.ValuePairChangeHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(AnnotationListItem listItem) |
void |
clear() |
void |
invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback,
KieModule kieModule,
ElementType elementType) |
void |
removeItem(AnnotationListItem listItem) |
void |
setReadonly(boolean readonly) |
void |
showYesNoDialog(String message,
org.uberfire.mvp.Command cancelCommand) |
void |
showYesNoDialog(String message,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand,
org.uberfire.mvp.Command cancelCommand) |
void addItem(AnnotationListItem listItem)
void removeItem(AnnotationListItem listItem)
void showYesNoDialog(String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
void showYesNoDialog(String message, org.uberfire.mvp.Command cancelCommand)
void invokeCreateAnnotationWizard(org.uberfire.client.callbacks.Callback<Annotation> callback, KieModule kieModule, ElementType elementType)
void setReadonly(boolean readonly)
void clear()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.