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 Details

    • GwtAceAnnotation

      protected GwtAceAnnotation()
  • Method Details

    • create

      public static final GwtAceAnnotation create(String type, String text, int row)
      Eg. create("error", "An error on line 5", 4);
      Parameters:
      type -
      text -
      row -
      Returns:
      the annotation
    • createEmptyArray

      public static final com.google.gwt.core.client.JsArray<GwtAceAnnotation> createEmptyArray()
    • getText

      public final String getText()
    • getRow

      public final int getRow()
    • getType

      public final String getType()
    • isVaadinAceEditorAnnotation

      public final boolean isVaadinAceEditorAnnotation()