- Type Parameters:
T
- the record data type
public static class NoSelectionModel
extends Object
A selection model that does not allow selection, but fires selection change
events. Use this model if you want to know when a user selects an item, but
do not want the view to update based on the selection.
- See Also:
- Serialized Form