All Superinterfaces:
Map<TNode,Integer>

public interface TNodes extends Map<TNode,Integer>
Persistent format of a TNodesEditorValue.
Since:
4.0.63
  • Field Details

    • UNSELECTED

      static final int UNSELECTED
      Selection value: unselected.
      Since:
      4.2.30
      See Also:
    • SINGLE

      static final int SINGLE
      Selection value: single selected.
      Since:
      4.2.30
      See Also:
    • RECURSIVE

      static final int RECURSIVE
      Selection 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

      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: