public final class WebCheckBoxTreeStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
checkBoxRendererGap
Gap between checkbox and actual tree renderer.
|
static boolean |
checkBoxVisible
Whether checkboxes are visible in the tree or not.
|
static boolean |
checkingEnabled
Whether user can interact with checkboxes to change their check state or not.
|
static boolean |
checkMixedOnToggle
Whether partially checked node should be checked or unchecked on toggle.
|
static boolean |
recursiveChecking
Retu
|
| Constructor and Description |
|---|
WebCheckBoxTreeStyle() |
public static boolean recursiveChecking
public static int checkBoxRendererGap
public static boolean checkBoxVisible
public static boolean checkingEnabled
public static boolean checkMixedOnToggle