Class CmsCodeMirror.CodeMirrorState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean m_closeBrackets
      The close brackets flag.
      java.lang.String m_contentValue
      The content value.
      java.lang.String[] m_cssURIs
      The required CSS stylesheet URIs.
      boolean m_enableSearchReplace
      The search and replace enabled flag.
      boolean m_enableUndoRedo
      The undo redo enabled flag.
      java.lang.String m_fontSize
      The font size.
      java.lang.String m_height
      The height.
      boolean m_highlighting
      The highlighting flag.
      long m_id
      The editor instance id.
      boolean m_lineWrapping
      The line wrapping flag.
      java.lang.String m_messages
      The code mirror localization.
      java.lang.String m_mode
      The language mode.
      java.lang.String[] m_scriptURIs
      The required JavaScript resource URIs.
      java.lang.String m_shortcutsMessage
      The short cut descriptions HTML.
      boolean m_tabsVisible
      The tab visibility flag.
      java.lang.String m_theme
      The theme.
      java.lang.String m_width
      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 
      Constructor Description
      CodeMirrorState()  
    • Method Summary

      • Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState

        getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_contentValue

        public java.lang.String m_contentValue
        The content value.
      • m_cssURIs

        public java.lang.String[] m_cssURIs
        The required CSS stylesheet URIs.
      • m_fontSize

        public java.lang.String m_fontSize
        The font size.
      • m_height

        public java.lang.String m_height
        The height.
      • m_highlighting

        public boolean m_highlighting
        The highlighting flag.
      • m_id

        public long m_id
        The editor instance id.
      • m_lineWrapping

        public boolean m_lineWrapping
        The line wrapping flag.
      • m_mode

        public java.lang.String m_mode
        The language mode.
      • m_scriptURIs

        public java.lang.String[] m_scriptURIs
        The required JavaScript resource URIs.
      • m_shortcutsMessage

        public java.lang.String m_shortcutsMessage
        The short cut descriptions HTML.
      • m_tabsVisible

        public boolean m_tabsVisible
        The tab visibility flag.
      • m_theme

        public java.lang.String m_theme
        The theme.
      • m_width

        public java.lang.String m_width
        The width.
      • m_messages

        public java.lang.String m_messages
        The code mirror localization.