接口 IContentControl

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

public interface IContentControl extends IControl
具有文本内容显示的共同控件成员。
  • 方法详细资料

    • getLockedText

      boolean getLockedText()
      获取文本是否被锁定。
    • setLockedText

      void setLockedText(boolean value)
      设置文本是否锁定。
    • getText

      String getText()
      获取要显示的文本。
    • setText

      void setText(String value)
      设置要显示的文本。