Package com.google.gwt.view.client
package com.google.gwt.view.client
Classes and interfaces used by the
cellview
widget set.- Since:
- GWT 2.1
-
ClassDescriptionA base implementation of a data source for
HasData
implementations.An implementation ofAbstractDataProvider
that allows the data to be modified.Allows the previewing of events before they are fired to Cells.Handler forCellPreviewEvent
.An implementation ofCellPreviewEvent.Handler
that adds selection support via the spacebar and mouse clicks and handles the control key.An event translator that disables selection for the specified blacklisted columns.Implementation ofDefaultSelectionEventManager.EventTranslator
that only triggers selection when any checkbox is selected.TranslatesCellPreviewEvent
s intoDefaultSelectionEventManager.SelectAction
s.The action that controls how selection is handled.An event translator that allows selection only for the specified whitelisted columns.A convenienceSelectionModel
that allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.A widget that implements this interface is a public source ofCellPreviewEvent
events.HasData<T>A view that can display a range of data.Interface for classes that have aProvidesKey
.Describes an object that displays a range of rows.A concrete subclass ofAbstractDataProvider
that is backed by an in-memory list.A simple selection model that allows multiple items to be selected.Stores an item and its pending selection state.A selection model that does not allow selection, but fires selection change events.A simple selection model that allows multiple items to be selected and retains order of selection.ProvidesKey<T>Implementors ofProvidesKey
provide a key for list items, such that items that are to be treated as distinct (for example, for editing) have distinct keys.The range of interest for a single handler.Represents a range change event.Handler interface forRangeChangeEvent
events.Represents a row count change event.Handler interface forRowCountChangeEvent
events.Represents a selection change event.Handler interface forSelectionChangeEvent
events.Interface specifying that a class can addSelectionChangeEvent.Handler
s.A model for selection within a list.A default implementation ofSelectionModel
that provides listener addition and removal.A model that allows getting all elements and clearing the selection.Simple passthrough implementation ofProvidesKey
.A simple selection model that allows only one item to be selected a a time.A model of a tree.Default implementation ofTreeViewModel.NodeInfo
.The info needed to create the children of a tree node.