com.liferay.faces.alloy.component.inputsourcecode
Enum InputSourceCodeBase.InputSourceCodePropertyKeys

java.lang.Object
  extended by java.lang.Enum<InputSourceCodeBase.InputSourceCodePropertyKeys>
      extended by com.liferay.faces.alloy.component.inputsourcecode.InputSourceCodeBase.InputSourceCodePropertyKeys
All Implemented Interfaces:
Serializable, Comparable<InputSourceCodeBase.InputSourceCodePropertyKeys>
Enclosing class:
InputSourceCodeBase

protected static enum InputSourceCodeBase.InputSourceCodePropertyKeys
extends Enum<InputSourceCodeBase.InputSourceCodePropertyKeys>


Enum Constant Summary
clientKey
           
height
           
highlightActiveLine
           
locale
           
maxLines
           
minLines
           
mode
           
readOnly
           
showPrintMargin
           
tabSize
           
useSoftTabs
           
useWrapMode
           
width
           
 
Method Summary
static InputSourceCodeBase.InputSourceCodePropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputSourceCodeBase.InputSourceCodePropertyKeys[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

clientKey

public static final InputSourceCodeBase.InputSourceCodePropertyKeys clientKey

height

public static final InputSourceCodeBase.InputSourceCodePropertyKeys height

highlightActiveLine

public static final InputSourceCodeBase.InputSourceCodePropertyKeys highlightActiveLine

locale

public static final InputSourceCodeBase.InputSourceCodePropertyKeys locale

maxLines

public static final InputSourceCodeBase.InputSourceCodePropertyKeys maxLines

minLines

public static final InputSourceCodeBase.InputSourceCodePropertyKeys minLines

mode

public static final InputSourceCodeBase.InputSourceCodePropertyKeys mode

readOnly

public static final InputSourceCodeBase.InputSourceCodePropertyKeys readOnly

showPrintMargin

public static final InputSourceCodeBase.InputSourceCodePropertyKeys showPrintMargin

tabSize

public static final InputSourceCodeBase.InputSourceCodePropertyKeys tabSize

useSoftTabs

public static final InputSourceCodeBase.InputSourceCodePropertyKeys useSoftTabs

useWrapMode

public static final InputSourceCodeBase.InputSourceCodePropertyKeys useWrapMode

width

public static final InputSourceCodeBase.InputSourceCodePropertyKeys width
Method Detail

values

public static InputSourceCodeBase.InputSourceCodePropertyKeys[] 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 (InputSourceCodeBase.InputSourceCodePropertyKeys c : InputSourceCodeBase.InputSourceCodePropertyKeys.values())
    System.out.println(c);

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

valueOf

public static InputSourceCodeBase.InputSourceCodePropertyKeys valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2017 Liferay, Inc.. All rights reserved.