Package | Description |
---|---|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Method and Description |
---|---|
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createBlacklistManager(int... blacklistedColumns)
Construct a new
DefaultSelectionEventManager that ignores selection
for the columns in the specified blacklist. |
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createCheckboxManager()
Construct a new
DefaultSelectionEventManager that triggers
selection when any checkbox in any column is clicked. |
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createCheckboxManager(int column)
Construct a new
DefaultSelectionEventManager that triggers
selection when a checkbox in the specified column is clicked. |
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. |
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createDefaultManager()
Create a new
DefaultSelectionEventManager that handles selection
via user interactions. |
static <T> DefaultSelectionEventManager<T> |
DefaultSelectionEventManager.createWhitelistManager(int... whitelistedColumns)
Construct a new
DefaultSelectionEventManager that allows selection
only for the columns in the specified whitelist. |
Copyright © 2018. All rights reserved.