接口 IOptionButton

所有超级接口:
ICellLinkControl, ICellLinkControlT<Boolean>, IContentControl, IControl, IControlT<IOptionButton>

public interface IOptionButton extends IControlT<IOptionButton>, IContentControl, ICellLinkControlT<Boolean>
The option button control.
  • 方法详细资料

    • getIsChecked

      boolean getIsChecked()
      Gets whether the IOptionButton is checked.
      返回:
      False - Unchecked, true - Checked.
    • setIsChecked

      void setIsChecked(boolean value)
      Sets whether the IOptionButton is checked.
      参数:
      value - False - Unchecked, true - Checked.