Uses of Class
com._1c.g5.v8.dt.ui.dialog.CheckState
- 
Packages that use CheckState Package Description com._1c.g5.v8.dt.rights.ui.editors.controllers com._1c.g5.v8.dt.ui.dialog 
- 
- 
Uses of CheckState in com._1c.g5.v8.dt.rights.ui.editors.controllersMethods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return CheckState Modifier and Type Method Description CheckStateIRightsEditorController. getRightValue(TreeViewerItem item, Right right)Gets item right value.CheckStateRightsEditorController. getRightValue(TreeViewerItem item, Right right)
- 
Uses of CheckState in com._1c.g5.v8.dt.ui.dialogMethods in com._1c.g5.v8.dt.ui.dialog that return CheckState Modifier and Type Method Description protected abstract CheckStateCheckBoxLabelProvider. getCheckedState(int columnIndex, Object element)Gets checked state.static CheckStateCheckState. getCheckState(Boolean value)Gets check state from boolean.static CheckStateCheckState. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckState[]CheckState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.ui.dialog with parameters of type CheckState Modifier and Type Method Description static BooleanCheckState. getBooleanValue(CheckState checkState)Gets boolean value from check state.
 
-