Class TextField


public class TextField extends TextComponent
TextField
Author:
pquiring
  • Field Details

    • password

      public boolean password
  • Constructor Details

    • TextField

      public TextField(String text)
  • Method Details

    • html

      public String html()
      Description copied from class: Component
      Returns HTML to render component.
      Overrides:
      html in class Container
    • update

      public void update()
      Specified by:
      update in class TextComponent
    • setPassword

      public void setPassword(boolean state)
    • onChanged

      public void onChanged(String[] args)
      Overrides:
      onChanged in class Component