| Package | Description |
|---|---|
| org.graylog2.plugin.configuration.fields |
| Modifier and Type | Method and Description |
|---|---|
static TextField.Attribute |
TextField.Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextField.Attribute[] |
TextField.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TextField(String name,
String humanName,
String defaultValue,
String description,
ConfigurationField.Optional isOptional,
TextField.Attribute... attrs) |
TextField(String name,
String humanName,
String defaultValue,
String description,
TextField.Attribute... attributes) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.