Class SingleLineLargeStringControl

All Implemented Interfaces:
Serializable

public final class SingleLineLargeStringControl extends DescriptorEditableControl<LargeString>
A Control for editing large string values that must conform to a ILargeStringValueDescriptor. Uses a single-line text input.
Since:
8.5.0
See Also:
  • Constructor Details

    • SingleLineLargeStringControl

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