FdcGridRangeSelectionSession.noop constructor
FdcGridRangeSelectionSession.noop()
Creates a disabled no-op session used when no range-selection extension is attached to the Community grid host.
Implementation
factory FdcGridRangeSelectionSession.noop() {
return _FdcGridNoopRangeSelectionSession();
}