Class MultiLineLargeStringControl

All Implemented Interfaces:
Serializable

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

    • MultiLineLargeStringControl

      public MultiLineLargeStringControl(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.