Uses of Class
com._1c.g5.v8.dt.common.ui.CommonUI.CheckState
-
Packages that use CommonUI.CheckState Package Description com._1c.g5.v8.dt.common.ui -
-
Uses of CommonUI.CheckState in com._1c.g5.v8.dt.common.ui
Methods in com._1c.g5.v8.dt.common.ui that return CommonUI.CheckState Modifier and Type Method Description static CommonUI.CheckState
CommonUI.CheckState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonUI.CheckState[]
CommonUI.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.common.ui with parameters of type CommonUI.CheckState Modifier and Type Method Description static org.eclipse.swt.graphics.Image
CommonUI. getCheckedStateImage(CommonUI.CheckState checkState)
Gets check state image.
-