Class MapEntryStartControl
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.MapEntryControl
de.xima.fc.gui.model.value_descriptor_form.MapEntryStartControl
- All Implemented Interfaces:
Serializable
A
Control that represents the start of a map entry container. A map entry is part of a map value. Each entry
is enclosed in a container.- Since:
- 8.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMapEntryStartControl(IValueAccessor<?> root, String path, String key) Creates a new map entry start control. -
Method Summary
Methods inherited from class MapEntryControl
getKey, removeRowMethods inherited from class ValueReferencingControl
readValue, writeValue
-
Constructor Details
-
MapEntryStartControl
Creates a new map entry start control.- Parameters:
root- The root object against which the path is evaluated.path- The JSON path expression that references the list.key- The key of the map entry this control is associated with.
-