Class Text


public final class Text extends MaxSizable
Represents an HTML text field
  • Constructor Details

    • Text

      public Text(String name)
      Creates a new text element with a initial value of "".
    • Text

      public Text(String name, String value)
      Creates a new text element with the specified initial value. If the specified value is null, then the initial value is set to "" (the empty string).
  • Method Details