Class AceEditorState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.AbstractFieldState
io.jmix.ui.widget.client.addon.aceeditor.AceEditorState
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JmixSourceCodeEditorState
public class AceEditorState
extends com.vaadin.shared.AbstractFieldState
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
boolean
boolean
boolean
boolean
int
boolean
boolean
boolean
boolean
int
boolean
boolean
Fields inherited from class com.vaadin.shared.AbstractFieldState
readOnly, required
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
-
Field Details
-
changeMode
-
changeTimeout
public int changeTimeout -
mode
-
theme
-
selection
-
listenToSelectionChanges
public boolean listenToSelectionChanges -
listenToFocusChanges
public boolean listenToFocusChanges -
useWorker
public boolean useWorker -
wordwrap
public boolean wordwrap -
showGutter
public boolean showGutter -
showPrintMargin
public boolean showPrintMargin -
highlightActiveLine
public boolean highlightActiveLine -
config
-
diff_editCost
public int diff_editCost -
initialValue
-
scrollToRow
public int scrollToRow -
fontSize
-
highlightSelectedWord
public boolean highlightSelectedWord -
showInvisibles
public boolean showInvisibles -
displayIndentGuides
public boolean displayIndentGuides -
tabSize
public int tabSize -
softTabs
public boolean softTabs
-
-
Constructor Details
-
AceEditorState
public AceEditorState()
-