public interface AdvancedDataObjectEditorView extends BaseEditorView<AdvancedDataObjectEditorView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AdvancedDataObjectEditorView.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 setReadonly(boolean readonly)
void loadAnnotations(List<Annotation> annotations)
void removeAnnotation(Annotation annotation)
void clear()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.