接口 IContentControl

所有超级接口:
IControl
所有已知子接口:
IButton, ICheckBox, IGroupBox, ILabel, IOptionButton

public interface IContentControl extends IControl
Common members of controls that have text content to display.
  • 方法详细资料

    • getLockedText

      boolean getLockedText()
      Gets whether the text is locked.
    • setLockedText

      void setLockedText(boolean value)
      Sets whether the text is locked.
    • getText

      String getText()
      Gets the text to display.
    • setText

      void setText(String value)
      Sets the text to display.