Module to interact with selections.
This module depends on following other modules which will automatically be loaded.
Method | Description |
---|---|
getCustomSelection() | Return the current selection using the selection service. |
getCustomSelectionFromSelector() | Return the current selection using the selection service. |
getIterableSelection() | Return the selection after being adapter to IIterable |
Object getCustomSelection()
Return the current selection using the selection service. The selection service return transformed selection using some rules define in the platform. This method use the selector with the Highest priority
custom selection
Object getCustomSelectionFromSelector(String selectorID)
Return the current selection using the selection service. The selection service return transformed selection using some rules define in the platform.
custom selecton from selector
Iterable<T> getIterableSelection([String name])
Return the selection after being adapter to IIterable
iterable selection or null