Interface TNodes
Persistent format of a
TNodesEditorValue
.- Since:
- 4.0.63
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Selection value: recursively selected.static final int
Selection value: single selected.static final int
Selection value: unselected. -
Method Summary
Modifier and TypeMethodDescriptionReturns a immutable collection of all selected entries in pairs: id → selection-state.getIds()
Returns a immutable collection of all selected ids.Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
UNSELECTED
static final int UNSELECTEDSelection value: unselected.- Since:
- 4.2.30
- See Also:
-
SINGLE
static final int SINGLESelection value: single selected.- Since:
- 4.2.30
- See Also:
-
RECURSIVE
static final int RECURSIVESelection value: recursively selected.- Since:
- 4.2.30
- See Also:
-
-
Method Details
-
getIds
Collection<String> getIds()Returns a immutable collection of all selected ids.- Returns:
- immutable collection of all selected ids.
- Since:
- 4.0.63
-
getEntries
Collection<Map.Entry<String,Integer>> getEntries()Returns a immutable collection of all selected entries in pairs: id → selection-state.- Returns:
- immutable collection of all selected entries.
- Since:
- 4.0.63
- See Also:
-