public static interface AdvancedAnnotationListEditorView.Presenter
| Modifier and Type | Method and Description |
|---|---|
void |
addAddAnnotationHandler(AdvancedAnnotationListEditorView.AddAnnotationHandler addAnnotationHandler) |
void |
addClearValuePairHandler(AdvancedAnnotationListEditorView.ClearValuePairHandler clearValuePairHandler) |
void |
addDeleteAnnotationHandler(AdvancedAnnotationListEditorView.DeleteAnnotationHandler deleteAnnotationHandler) |
void |
addValuePairChangeHandler(AdvancedAnnotationListEditorView.ValuePairChangeHandler valuePairChangeHandler) |
void |
onAddAnnotation() |
void |
onClearValuePair(Annotation annotation,
String valuePair) |
void |
onDeleteAnnotation(Annotation annotation) |
void |
onEditValuePair(Annotation annotation,
String valuePair) |
void onAddAnnotation()
void onDeleteAnnotation(Annotation annotation)
void onEditValuePair(Annotation annotation, String valuePair)
void onClearValuePair(Annotation annotation, String valuePair)
void addClearValuePairHandler(AdvancedAnnotationListEditorView.ClearValuePairHandler clearValuePairHandler)
void addDeleteAnnotationHandler(AdvancedAnnotationListEditorView.DeleteAnnotationHandler deleteAnnotationHandler)
void addValuePairChangeHandler(AdvancedAnnotationListEditorView.ValuePairChangeHandler valuePairChangeHandler)
void addAddAnnotationHandler(AdvancedAnnotationListEditorView.AddAnnotationHandler addAnnotationHandler)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.