org.primefaces.extensions.component.codemirror
Enum CodeMirror.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<CodeMirror.PropertyKeys>
      extended by org.primefaces.extensions.component.codemirror.CodeMirror.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CodeMirror.PropertyKeys>
Enclosing class:
CodeMirror

protected static enum CodeMirror.PropertyKeys
extends java.lang.Enum<CodeMirror.PropertyKeys>

Properties that are tracked by state saving.

Version:
$Revision$
Author:
Thomas Andraschko / last modified by $Author$

Enum Constant Summary
async
           
completeMethod
           
electricChars
           
escape
           
escapeSuggestions
           
extraKeys
           
firstLineNumber
           
fixedGutter
           
global
           
gutter
           
indentUnit
           
indentWithTabs
           
keyMap
           
lineNumbers
           
lineWrapping
           
matchBrackets
           
mode
           
oncomplete
           
onerror
           
onstart
           
onsuccess
           
pollInterval
           
process
           
readOnly
           
smartIndent
           
tabindex
           
tabSize
           
theme
           
undoDepth
           
widgetVar
           
workDelay
           
workTime
           
 
Method Summary
 java.lang.String toString()
           
static CodeMirror.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CodeMirror.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

widgetVar

public static final CodeMirror.PropertyKeys widgetVar

theme

@Option
public static final CodeMirror.PropertyKeys theme

mode

@Option
public static final CodeMirror.PropertyKeys mode

indentUnit

@Option
public static final CodeMirror.PropertyKeys indentUnit

smartIndent

@Option
public static final CodeMirror.PropertyKeys smartIndent

tabSize

@Option
public static final CodeMirror.PropertyKeys tabSize

indentWithTabs

@Option
public static final CodeMirror.PropertyKeys indentWithTabs

electricChars

@Option
public static final CodeMirror.PropertyKeys electricChars

keyMap

@Option
public static final CodeMirror.PropertyKeys keyMap

lineWrapping

@Option
public static final CodeMirror.PropertyKeys lineWrapping

lineNumbers

@Option
public static final CodeMirror.PropertyKeys lineNumbers

firstLineNumber

@Option
public static final CodeMirror.PropertyKeys firstLineNumber

gutter

@Option
public static final CodeMirror.PropertyKeys gutter

fixedGutter

@Option
public static final CodeMirror.PropertyKeys fixedGutter

readOnly

@Option
public static final CodeMirror.PropertyKeys readOnly

matchBrackets

@Option
public static final CodeMirror.PropertyKeys matchBrackets

workTime

@Option
public static final CodeMirror.PropertyKeys workTime

workDelay

@Option
public static final CodeMirror.PropertyKeys workDelay

pollInterval

@Option
public static final CodeMirror.PropertyKeys pollInterval

undoDepth

@Option
public static final CodeMirror.PropertyKeys undoDepth

tabindex

@Option
public static final CodeMirror.PropertyKeys tabindex

extraKeys

@Option
public static final CodeMirror.PropertyKeys extraKeys

completeMethod

public static final CodeMirror.PropertyKeys completeMethod

process

public static final CodeMirror.PropertyKeys process

onstart

public static final CodeMirror.PropertyKeys onstart

oncomplete

public static final CodeMirror.PropertyKeys oncomplete

onerror

public static final CodeMirror.PropertyKeys onerror

onsuccess

public static final CodeMirror.PropertyKeys onsuccess

global

public static final CodeMirror.PropertyKeys global

async

public static final CodeMirror.PropertyKeys async

escape

public static final CodeMirror.PropertyKeys escape

escapeSuggestions

public static final CodeMirror.PropertyKeys escapeSuggestions
Method Detail

values

public static CodeMirror.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CodeMirror.PropertyKeys c : CodeMirror.PropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CodeMirror.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<CodeMirror.PropertyKeys>


Copyright © 2011-2013. All Rights Reserved.