Package org.apache.guacamole.form
Class MultilineField
- java.lang.Object
-
- org.apache.guacamole.form.Field
-
- org.apache.guacamole.form.MultilineField
-
public class MultilineField extends Field
Represents a field which can contain multiple lines of text.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.guacamole.form.Field
Field.Type
-
-
Constructor Summary
Constructors Constructor Description MultilineField(String name)
Creates a new MultilineField with the given name.
-
-
-
Constructor Detail
-
MultilineField
public MultilineField(String name)
Creates a new MultilineField with the given name.- Parameters:
name
- The unique name to associate with this field.
-
-