Package | Description |
---|---|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSelectionEventManager.BlacklistEventTranslator<T>
An event translator that disables selection for the specified blacklisted
columns.
|
static class |
DefaultSelectionEventManager.CheckboxEventTranslator<T>
Implementation of
DefaultSelectionEventManager.EventTranslator that only triggers selection when
any checkbox is selected. |
static class |
DefaultSelectionEventManager.WhitelistEventTranslator<T>
An event translator that allows selection only for the specified
whitelisted columns.
|
Modifier and Type | Method and Description |
---|---|
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createCustomManager(DefaultSelectionEventManager.EventTranslator<T> translator)
Create a new
DefaultSelectionEventManager using the specified
DefaultSelectionEventManager.EventTranslator to control which DefaultSelectionEventManager.SelectAction to take for
each event. |
Constructor and Description |
---|
DefaultSelectionEventManager(DefaultSelectionEventManager.EventTranslator<T> translator)
Construct a new
DefaultSelectionEventManager using the specified
DefaultSelectionEventManager.EventTranslator to control which DefaultSelectionEventManager.SelectAction to take for
each event. |