[]
        
(Showing Draft Content)

ICheckBox

Interface ICheckBox

All Superinterfaces:
ICellLinkControl, ICellLinkControlT<Boolean>, IContentControl, IControl, IControlT<ICheckBox>

public interface ICheckBox extends IControlT<ICheckBox>, IContentControl, ICellLinkControlT<Boolean>
The check box control.
  • Method Details

    • getIsChecked

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

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