public class GwtAceAnnotation
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
GwtAceAnnotation() |
Modifier and Type | Method and Description |
---|---|
static GwtAceAnnotation |
create(String type,
String text,
int row)
Eg.
|
static com.google.gwt.core.client.JsArray<GwtAceAnnotation> |
createEmptyArray() |
int |
getRow() |
String |
getText() |
String |
getType() |
boolean |
isVaadinAceEditorAnnotation() |
public static final GwtAceAnnotation create(String type, String text, int row)
type
- text
- row
- public static final com.google.gwt.core.client.JsArray<GwtAceAnnotation> createEmptyArray()
public final String getText()
public final int getRow()
public final String getType()
public final boolean isVaadinAceEditorAnnotation()
Copyright © 2020 Magnolia International Ltd.. All rights reserved.