protected static enum InputTextarea.PropertyKeys extends Enum<InputTextarea.PropertyKeys>
Enum Constant and Description |
---|
addLine |
autoResize |
completeMethod |
counter |
counterTemplate |
maxlength |
minQueryLength |
placeholder |
queryDelay |
scrollHeight |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static InputTextarea.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputTextarea.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputTextarea.PropertyKeys placeholder
public static final InputTextarea.PropertyKeys widgetVar
public static final InputTextarea.PropertyKeys autoResize
public static final InputTextarea.PropertyKeys maxlength
public static final InputTextarea.PropertyKeys counter
public static final InputTextarea.PropertyKeys counterTemplate
public static final InputTextarea.PropertyKeys completeMethod
public static final InputTextarea.PropertyKeys minQueryLength
public static final InputTextarea.PropertyKeys queryDelay
public static final InputTextarea.PropertyKeys scrollHeight
public static final InputTextarea.PropertyKeys addLine
public static InputTextarea.PropertyKeys[] values()
for (InputTextarea.PropertyKeys c : InputTextarea.PropertyKeys.values()) System.out.println(c);
public static InputTextarea.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<InputTextarea.PropertyKeys>
Copyright © 2016. All rights reserved.