Class ComboBox


public class ComboBox extends Component
  • Constructor Details

    • ComboBox

      public ComboBox()
  • Method Details

    • html

      public String html()
      Description copied from class: Component
      Returns HTML to render component.
      Specified by:
      html in class Component
    • add

      public void add(String value, String text)
    • clear

      public void clear()
    • getSelectedIndex

      public int getSelectedIndex()
    • getSelectedValue

      public String getSelectedValue()
    • getSelectedText

      public String getSelectedText()
    • setSelectedIndex

      public void setSelectedIndex(int idx)
    • onChanged

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