接口 ICheckBox

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

public interface ICheckBox extends IControlT<ICheckBox>, IContentControl, ICellLinkControlT<Boolean>
The check box control.
  • 方法详细资料

    • getIsChecked

      Boolean getIsChecked()
      Gets whether the ICheckBox is checked.
      返回:
      False - Unchecked, true - Checked, null - Mixed
    • setIsChecked

      void setIsChecked(Boolean value)
      Sets whether the ICheckBox is checked.
      参数:
      value - False - Unchecked, true - Checked, null - Mixed