Uses of Interface
com.google.gwt.view.client.DefaultSelectionEventManager.EventTranslator
Packages that use DefaultSelectionEventManager.EventTranslator
-
Uses of DefaultSelectionEventManager.EventTranslator in com.google.gwt.view.client
Classes in com.google.gwt.view.client that implement DefaultSelectionEventManager.EventTranslatorModifier and TypeClassDescriptionstatic classAn event translator that disables selection for the specified blacklisted columns.static classImplementation ofDefaultSelectionEventManager.EventTranslatorthat only triggers selection when any checkbox is selected.static classAn event translator that allows selection only for the specified whitelisted columns.Methods in com.google.gwt.view.client with parameters of type DefaultSelectionEventManager.EventTranslatorModifier and TypeMethodDescriptionstatic <T> DefaultSelectionEventManager<T>DefaultSelectionEventManager.createCustomManager(DefaultSelectionEventManager.EventTranslator<T> translator) Create a newDefaultSelectionEventManagerusing the specifiedDefaultSelectionEventManager.EventTranslatorto control whichDefaultSelectionEventManager.SelectActionto take for each event.Constructors in com.google.gwt.view.client with parameters of type DefaultSelectionEventManager.EventTranslatorModifierConstructorDescriptionprotectedConstruct a newDefaultSelectionEventManagerusing the specifiedDefaultSelectionEventManager.EventTranslatorto control whichDefaultSelectionEventManager.SelectActionto take for each event.