de.espirit.firstspirit.service.treedata.editor
Interface TNodes

All Superinterfaces:
Map<TNode,Integer>

public interface TNodes
extends Map<TNode,Integer>

Persistent format of a TNodesEditorValue.

Since:
4.0.63

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static int RECURSIVE
          Selection value: recursively selected.
static int SINGLE
          Selection value: single selected.
static int UNSELECTED
          Selection value: unselected.
 
Method Summary
 Collection<Map.Entry<String,Integer>> getEntries()
          Returns a immutable collection of all selected entries in pairs: id → selection-state.
 Collection<String> getIds()
          Returns a immutable collection of all selected ids.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

UNSELECTED

static final int UNSELECTED
Selection value: unselected.

Since:
4.2.30
See Also:
Constant Field Values

SINGLE

static final int SINGLE
Selection value: single selected.

Since:
4.2.30
See Also:
Constant Field Values

RECURSIVE

static final int RECURSIVE
Selection value: recursively selected.

Since:
4.2.30
See Also:
Constant Field Values
Method Detail

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:
TNodes.UNSELECTED, TNodes.SINGLE, TNodes.RECURSIVE


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480