Class MultiLineLargeStringControl
java.lang.Object
de.xima.fc.gui.model.value_descriptor_form.Control
de.xima.fc.gui.model.value_descriptor_form.ValueReferencingControl
de.xima.fc.gui.model.value_descriptor_form.EditableControl<LargeString>
de.xima.fc.gui.model.value_descriptor_form.DescriptorEditableControl<LargeString>
de.xima.fc.gui.model.value_descriptor_form.MultiLineLargeStringControl
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionMultiLineLargeStringControl(IValueAccessor<?> params, String path, ILargeStringValueDescriptor descriptor) Creates a new large string control. -
Method Summary
Methods inherited from class DescriptorEditableControl
coerceValueMethods inherited from class EditableControl
getDescription, getLabel, getValue, isFcPlaceholders, isRequired, setDescription, setFcPlaceholders, setLabel, setRequired, setValueMethods inherited from class ValueReferencingControl
readValue, writeValue
-
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.
-