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 SummaryFieldsModifier and TypeFieldDescriptionintintbooleanbooleanbooleanbooleanbooleanintbooleanbooleanbooleanbooleanintbooleanbooleanFields inherited from class com.vaadin.shared.AbstractFieldStatereadOnly, requiredFields inherited from class com.vaadin.shared.ui.TabIndexStatetabIndexFields inherited from class com.vaadin.shared.AbstractComponentStatecaption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, widthFields inherited from class com.vaadin.shared.communication.SharedStateenabled, registeredEventListeners, resources
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
changeMode
- 
changeTimeoutpublic int changeTimeout
- 
mode
- 
theme
- 
selection
- 
listenToSelectionChangespublic boolean listenToSelectionChanges
- 
listenToFocusChangespublic boolean listenToFocusChanges
- 
useWorkerpublic boolean useWorker
- 
wordwrappublic boolean wordwrap
- 
showGutterpublic boolean showGutter
- 
showPrintMarginpublic boolean showPrintMargin
- 
highlightActiveLinepublic boolean highlightActiveLine
- 
config
- 
diff_editCostpublic int diff_editCost
- 
initialValue
- 
scrollToRowpublic int scrollToRow
- 
fontSize
- 
highlightSelectedWordpublic boolean highlightSelectedWord
- 
showInvisiblespublic boolean showInvisibles
- 
displayIndentGuidespublic boolean displayIndentGuides
- 
tabSizepublic int tabSize
- 
softTabspublic boolean softTabs
 
- 
- 
Constructor Details- 
AceEditorStatepublic AceEditorState()
 
-