Class GwtAceAnnotation
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.ui.widget.client.addon.aceeditor.gwt.GwtAceAnnotation
public class GwtAceAnnotation
extends com.google.gwt.core.client.JavaScriptObject
An annotation shown at the Ace editor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final GwtAceAnnotation
Eg.static final com.google.gwt.core.client.JsArray<GwtAceAnnotation>
final int
getRow()
final String
getText()
final String
getType()
final boolean
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
GwtAceAnnotation
protected GwtAceAnnotation()
-
-
Method Details
-
create
Eg. create("error", "An error on line 5", 4);- Parameters:
type
-text
-row
-- Returns:
- the annotation
-
createEmptyArray
-
getText
-
getRow
public final int getRow() -
getType
-
isVaadinAceEditorAnnotation
public final boolean isVaadinAceEditorAnnotation()
-