Classes and interfaces used by the
cellview
widget set.
-
interface
A model for selection within a list.
interface
A model that allows getting all elements and clearing the selection.
class
A convenience
SelectionModel
that allows items to be selected
according to a subclass-defined rule, plus a list of positive or negative
exceptions.
class
A simple selection model that allows multiple items to be selected.
class
A selection model that does not allow selection, but fires selection change
events.
class
A simple selection model that allows multiple items to be selected and
retains order of selection.
static class
A default implementation of
SelectionModel
that provides listener
addition and removal.
class
A simple selection model that allows only one item to be selected a a time.
static void
Fires a selection change event on all registered handlers in the handler
manager.