Interface UILabel

All Superinterfaces:
UIComponent

public interface UILabel extends UIComponent
Class that defines a simple text label in a UI.
Since:
9.10.2
  • Method Details

    • create

      static UILabel create(String text)
      Returns a UI label with the given text.
      Parameters:
      text - the text
      Returns:
      a UI label with the given text
      Since:
      9.10.2
    • getText

      String getText()
      Returns the text set in this label.
      Returns:
      the text set in this label
      Since:
      9.10.2