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.
      Specified by:
      html in class Component
    • updateText

      public void updateText(String txt)
      Specified by:
      updateText 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)