Serialized Form

  • Package com.hilerio.ace

    • Class com.hilerio.ace.AceEditor extends com.vaadin.flow.component.AbstractSinglePropertyField<AceEditor,​java.lang.String> implements Serializable

      • Serialized Fields

        • autoComplete
          boolean autoComplete
        • basePath
          java.lang.String basePath
        • cursorPosition
          int[] cursorPosition
        • customAutoCompletion
          java.lang.String[] customAutoCompletion
        • displayIndentGuides
          boolean displayIndentGuides
        • editor
          com.vaadin.flow.component.html.Div editor
        • editorMode
          AceMode editorMode
        • editorTheme
          AceTheme editorTheme
        • enableSnippets
          boolean enableSnippets
        • fontSize
          java.lang.String fontSize
        • highlightSelectedWord
          boolean highlightSelectedWord
        • hightlightActiveLine
          boolean hightlightActiveLine
        • initialFocus
          boolean initialFocus
        • liveAutocompletion
          boolean liveAutocompletion
        • markers
          java.util.List<AceMarker> markers
        • maxLines
          int maxLines
        • minLines
          int minLines
        • placeHolder
          java.lang.String placeHolder
        • printMargin
          boolean printMargin
        • readOnly
          boolean readOnly
        • selection
          int[] selection
        • showGutter
          boolean showGutter
        • showInvisibles
          boolean showInvisibles
        • softTabs
          boolean softTabs
        • tabSize
          int tabSize
        • useWorker
          boolean useWorker
        • wrap
          boolean wrap
    • Class com.hilerio.ace.BlurChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor> implements Serializable

      • Serialized Fields

        • selectionValue
          java.lang.String selectionValue
        • txtValue
          java.lang.String txtValue