Uses of Enum Class
com._1c.g5.v8.dt.ui.dialog.CheckState
Packages that use CheckState
Package
Description
-
Uses of CheckState in com._1c.g5.v8.dt.internal.hpwa.ui.visibility
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.visibility that return CheckStateModifier and TypeMethodDescriptionprotected abstract CheckState
VisibilityLabelProvider.getCheckedState
(Object element) Gets checked state. -
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 CheckStateModifier and TypeMethodDescriptionIRightsEditorController.getRightValue
(TreeViewerItem item, Right right) Gets item right value.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 CheckStateModifier and TypeMethodDescriptionprotected abstract CheckState
CheckBoxLabelProvider.getCheckedState
(int columnIndex, Object element) Gets checked state.static CheckState
CheckState.getCheckState
(Boolean value) Gets check state from boolean.static CheckState
Returns the enum constant of this class with the specified name.static CheckState[]
CheckState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.ui.dialog with parameters of type CheckStateModifier and TypeMethodDescriptionstatic Boolean
CheckState.getBooleanValue
(CheckState checkState) Gets boolean value from check state.