Class TextArea


public class TextArea extends TextComponent
TextArea
Author:
pquiring
  • Constructor Details

    • TextArea

      public TextArea(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
    • onChanged

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

      public void setRows(int rows)
    • setCols

      public void setCols(int cols)
    • setMaxLength

      public void setMaxLength(int len)
    • setMinLength

      public void setMinLength(int len)