Uses of Interface
com.google.gwt.view.client.DefaultSelectionEventManager.EventTranslator
-
Uses of DefaultSelectionEventManager.EventTranslator in com.google.gwt.view.client
Modifier and TypeClassDescriptionstatic class
An event translator that disables selection for the specified blacklisted columns.static class
Implementation ofDefaultSelectionEventManager.EventTranslator
that only triggers selection when any checkbox is selected.static class
An event translator that allows selection only for the specified whitelisted columns.Modifier and TypeMethodDescriptionstatic <T> DefaultSelectionEventManager
<T> DefaultSelectionEventManager.createCustomManager
(DefaultSelectionEventManager.EventTranslator<T> translator) Create a newDefaultSelectionEventManager
using the specifiedDefaultSelectionEventManager.EventTranslator
to control whichDefaultSelectionEventManager.SelectAction
to take for each event.ModifierConstructorDescriptionprotected
Construct a newDefaultSelectionEventManager
using the specifiedDefaultSelectionEventManager.EventTranslator
to control whichDefaultSelectionEventManager.SelectAction
to take for each event.