Class MultiLineStringControl

All Implemented Interfaces:
Serializable

public final class MultiLineStringControl extends StringControl
A Control for editing string values that must conform to a IStringValueDescriptor. Uses a multi-line text area input.
Since:
8.5.0
See Also:
  • Constructor Details

    • MultiLineStringControl

      public MultiLineStringControl(IValueAccessor<?> params, String path, IStringValueDescriptor descriptor, boolean allowNull)
      Creates a new 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 string value being edited.
      allowNull - Whether null values are allowed.