com.liferay.faces.alloy.component.outputremainingchars
Enum OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys
java.lang.Object
java.lang.Enum<OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys>
com.liferay.faces.alloy.component.outputremainingchars.OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys>
- Enclosing class:
- OutputRemainingCharsBase
protected static enum OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys
- extends Enum<OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys>
clientKey
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys clientKey
for_
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys for_
maxLength
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys maxLength
onceMaxlengthReached
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys onceMaxlengthReached
onMaxlengthReached
public static final OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys onMaxlengthReached
values
public static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys[] 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 (OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys c : OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OutputRemainingCharsBase.OutputRemainingCharsPropertyKeys 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.