Class MapEntryEndControl
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.MapEntryEndControl
- All Implemented Interfaces:
Serializable
A
Control that represents the end 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
ConstructorsConstructorDescriptionMapEntryEndControl(IValueAccessor<?> root, String path, String key) Creates a new map entry end control. -
Method Summary
Methods inherited from class MapEntryControl
getKey, removeRowMethods inherited from class ValueReferencingControl
readValue, writeValue
-
Constructor Details
-
MapEntryEndControl
Creates a new map entry end 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.
-