public class AqlCodeEditorState
extends com.vaadin.shared.ui.JavaScriptComponentState
| Modifier and Type | Class and Description |
|---|---|
static class |
AqlCodeEditorState.ParseError
Class that is suitable of transporting the parse error state via JSON to the client.
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<AqlCodeEditorState.ParseError> |
errors |
String |
inputPrompt |
TreeMap<String,Integer> |
nodeMappings |
long |
serverRequestCounter
Everytime the server wants to set the
text variable this counter needs to be
increased. |
String |
text
The current text of the editor *
|
String |
textareaClass |
| Constructor and Description |
|---|
AqlCodeEditorState() |
public String text
public String inputPrompt
public final ArrayList<AqlCodeEditorState.ParseError> errors
public String textareaClass
public long serverRequestCounter
text variable this counter needs to be
increased.Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.