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.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return CheckState Modifier and Type Method Description CheckState
IRightsEditorController. getRightValue(TreeViewerItem item, Right right)
Gets item right value.CheckState
RightsEditorController. getRightValue(TreeViewerItem item, Right right)
-
Uses of CheckState in com._1c.g5.v8.dt.ui.dialog
Methods in com._1c.g5.v8.dt.ui.dialog that return CheckState Modifier and Type Method Description protected abstract CheckState
CheckBoxLabelProvider. getCheckedState(int columnIndex, Object element)
Gets checked state.static CheckState
CheckState. getCheckState(Boolean value)
Gets check state from boolean.static CheckState
CheckState. 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 Boolean
CheckState. getBooleanValue(CheckState checkState)
Gets boolean value from check state.
-