Class SingleLineStringControl

All Implemented Interfaces:
Serializable

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

    • SingleLineStringControl

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