public interface ICheckBox extends IControlT<ICheckBox>, IContentControl, ICellLinkControlT<java.lang.Boolean>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsChecked()
Gets whether the
ICheckBox is checked. |
void |
setIsChecked(java.lang.Boolean value)
Sets whether the
ICheckBox is checked. |
getLockedText, getText, setLockedText, setTextgetValue, setValuegetDisplay3DShading, getLinkedCell, setDisplay3DShading, setLinkedCellbringToFront, delete, getBottomRightCell, getEnabled, getFormControlType, getHeight, getLeft, getLocked, getName, getParent, getPlacement, getPrintObject, getShapeRange, getTop, getTopLeftCell, getVisible, getWidth, getZOrder, sendToBack, setEnabled, setHeight, setLeft, setLocked, setName, setPlacement, setPrintObject, setTop, setVisible, setWidthjava.lang.Boolean getIsChecked()
ICheckBox is checked.False - Unchecked, true - Checked, null - Mixedvoid setIsChecked(java.lang.Boolean value)
ICheckBox is checked.value - False - Unchecked, true - Checked, null - Mixed