Class CmsCodeMirror.CodeMirrorState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.JavaScriptComponentState
org.opencms.ui.components.codemirror.CmsCodeMirror.CodeMirrorState
- All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState
,Serializable
- Enclosing class:
- CmsCodeMirror
public static class CmsCodeMirror.CodeMirrorState
extends com.vaadin.shared.ui.JavaScriptComponentState
The editor state.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
The close brackets flag.The content value.String[]
The required CSS stylesheet URIs.boolean
The search and replace enabled flag.boolean
The undo redo enabled flag.The font size.The height.boolean
The highlighting flag.long
The editor instance id.boolean
The line wrapping flag.The code mirror localization.The language mode.String[]
The required JavaScript resource URIs.The short cut descriptions HTML.boolean
The tab visibility flag.The theme.The width.Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState
getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
-
Field Details
-
m_closeBrackets
The close brackets flag. -
m_contentValue
The content value. -
m_cssURIs
The required CSS stylesheet URIs. -
m_enableSearchReplace
The search and replace enabled flag. -
m_enableUndoRedo
The undo redo enabled flag. -
m_fontSize
The font size. -
m_height
The height. -
m_highlighting
The highlighting flag. -
m_id
The editor instance id. -
m_lineWrapping
The line wrapping flag. -
m_mode
The language mode. -
m_scriptURIs
The required JavaScript resource URIs. -
m_shortcutsMessage
The short cut descriptions HTML. -
m_tabsVisible
The tab visibility flag. -
m_theme
The theme. -
m_width
The width. -
m_messages
The code mirror localization.
-
-
Constructor Details
-
CodeMirrorState
public CodeMirrorState()
-