Uses of Enum Class
org.graylog2.plugin.configuration.fields.ListField.Attribute
Packages that use ListField.Attribute
-
Uses of ListField.Attribute in org.graylog2.plugin.configuration.fields
Methods in org.graylog2.plugin.configuration.fields that return ListField.AttributeModifier and TypeMethodDescriptionstatic ListField.AttributeReturns the enum constant of this class with the specified name.static ListField.Attribute[]ListField.Attribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.plugin.configuration.fields with parameters of type ListField.AttributeModifierConstructorDescriptionListField(String name, String humanName, List<String> defaultValue, Map<String, String> values, String description, ConfigurationField.Optional isOptional, int position, ListField.Attribute... attributes) ListField(String name, String humanName, List<String> defaultValue, Map<String, String> values, String description, ConfigurationField.Optional isOptional, ListField.Attribute... attributes)