SelectionModule Module

Module to interact with selection

Dependencies

This module depends on following other modules which will automatically be loaded.

Method Overview

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

Methods

getCustomSelection

java.lang.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

getCustomSelectionFromSelector

java.lang.Object getCustomSelectionFromSelector(java.lang.String selectorID)

Return the current selection using the selection service. The selection service return transformed selection using some rules define in the platform.

selectorID
The if of the selector to use

getIterableSelection

java.lang.Iterable<T> getIterableSelection([java.lang.String name])

Return the selection after being adapter to IIterable

name
Optional: defaults to <null>.