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