Package | Description |
---|---|
org.vaadin.aceeditor | |
org.vaadin.aceeditor.client |
Modifier and Type | Method and Description |
---|---|
void |
AceEditor.addMarkerAnnotation(AceAnnotation ann,
AceMarker marker) |
void |
AceEditor.addMarkerAnnotation(AceAnnotation ann,
String markerId) |
void |
AceEditor.addRowAnnotation(AceAnnotation ann,
int row) |
Modifier and Type | Field and Description |
---|---|
protected AceAnnotation |
AceEditorWidget.AnnotationInEditor.ann |
Modifier and Type | Method and Description |
---|---|
static AceAnnotation |
AceAnnotation.fromTransport(TransportDoc.TransportAnnotation ta) |
AceAnnotation |
AceAnnotation.MarkerAnnotation.getAnnotation() |
AceAnnotation |
AceAnnotation.RowAnnotation.getAnnotation() |
Constructor and Description |
---|
AnnotationInEditor(AceAnnotation ann,
String markerId) |
MarkerAnnotation(String markerId,
AceAnnotation ann) |
RowAnnotation(int row,
AceAnnotation ann) |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.