Method Summary |
|
native public void | addListener(CheckItemListener listener) Add a CheckItemListener. |
native protected JavaScriptObject | create(JavaScriptObject jsObj) |
protected JavaScriptObject | getConfigPrototype() |
public void | setChecked(boolean checked) True to initialize this checkbox as checked (defaults to false). |
public void | setGroup(String group) All check items with the same group name will automatically be grouped into a single-select radio button group (defaults to ''). |
public void | setGroupClass(String groupClass) The default CSS class to use for radio group check items (defaults to "x-menu-group-item"). |
public void | setItemCls(String itemCls) The default CSS class to use for check items (defaults to "x-menu-item x-menu-check-item"). |