Class BooleanControl

All Implemented Interfaces:
Serializable

public final class BooleanControl extends DescriptorEditableControl<Boolean>
A Control for editing boolean values that must conform to a IBooleanValueDescriptor.
Since:
8.5.0
See Also:
  • Constructor Details

    • BooleanControl

      public BooleanControl(IValueAccessor<?> root, String path, IBooleanValueDescriptor descriptor)
      Creates a new boolean control.
      Parameters:
      root - The root object against which the path is evaluated.
      path - The JSON path expression that references the value.
      descriptor - The descriptor that describes the boolean value being edited.