public interface AdvancedDataObjectFieldEditorView extends BaseEditorView<AdvancedDataObjectFieldEditorView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AdvancedDataObjectFieldEditorView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
init(KieModule project,
ElementType elementType) |
void |
loadAnnotations(List<Annotation> annotations) |
void |
removeAnnotation(Annotation annotation) |
void |
setReadonly(boolean readonly) |
void init(KieModule project, ElementType elementType)
void loadAnnotations(List<Annotation> annotations)
void removeAnnotation(Annotation annotation)
void setReadonly(boolean readonly)
void clear()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.