Interface UITextField

All Superinterfaces:
UIComponent
All Known Implementing Classes:
UITextFieldImpl

public interface UITextField extends UIComponent
  • Method Details

    • setText

      void setText(String text)
      Setting values results in a PT_VALUE property change with a String value
      Parameters:
      precentage -
    • getText

      String getText()