Interface UIButton

All Superinterfaces:
UIComponent
All Known Implementing Classes:
UIButtonImpl

public interface UIButton extends UIComponent
  • Method Details

    • setLabel

      void setLabel(String label)
    • getLabel

      String getLabel()
    • setName

      void setName(String name)
    • getName

      String getName()