Package | Description |
---|---|
org.vaadin.aceeditor |
Modifier and Type | Field and Description |
---|---|
protected List<Suggestion> |
SuggestionExtension.suggestions |
Modifier and Type | Method and Description |
---|---|
List<Suggestion> |
Suggester.getSuggestions(String text,
int cursor)
Returns a list of
Suggestion s based on text and cursor position. |
Modifier and Type | Method and Description |
---|---|
String |
Suggester.applySuggestion(Suggestion sugg,
String text,
int cursor)
Applies the suggestion to the text.
|
Modifier and Type | Method and Description |
---|---|
protected List<TransportSuggestion> |
SuggestionExtension.asTransport(List<Suggestion> suggs) |
Copyright © 2020 Magnolia International Ltd.. All rights reserved.