Uses of Interface
com.google.gwt.view.client.HasData
-
Packages that use HasData Package Description com.google.gwt.editor.client.adapters Adapters for the bean editor framework.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.view.client Classes and interfaces used by thecellviewwidget set. -
-
Uses of HasData in com.google.gwt.editor.client.adapters
Methods in com.google.gwt.editor.client.adapters with parameters of type HasData Modifier and Type Method Description static <T> HasDataEditor<T>HasDataEditor. of(HasData<T> data)Create a HasDataEditor backed by a HasData.Constructors in com.google.gwt.editor.client.adapters with parameters of type HasData Constructor Description HasDataEditorSource(HasData<T> data) -
Uses of HasData in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement HasData Modifier and Type Class Description classAbstractCellTable<T>Abstract base class for tabular views that supports paging and columns.classAbstractHasData<T>(package private) classCellBrowser.BrowserCellList<T>A custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.(package private) static classCellTreeNodeView.NodeCellList<C>TheHasDataused to show children.classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) classHasDataPresenter<T>Presenter implementation ofHasDatathat presents data for various cell based widgets.Methods in com.google.gwt.user.cellview.client with parameters of type HasData Modifier and Type Method Description protected <C> WidgetCellBrowser. createPager(HasData<C> display)Create a pager to control the list view.Constructors in com.google.gwt.user.cellview.client with parameters of type HasData Constructor Description AsyncHandler(HasData<?> hasData)HasDataPresenter(HasData<T> display, HasDataPresenter.View<T> view, int pageSize, ProvidesKey<T> keyProvider)Construct a newHasDataPresenter. -
Uses of HasData in com.google.gwt.view.client
Methods in com.google.gwt.view.client that return HasData Modifier and Type Method Description HasData<T>CellPreviewEvent. getDisplay()Get theHasDatasource of the event.Methods in com.google.gwt.view.client that return types with arguments of type HasData Modifier and Type Method Description java.util.Set<HasData<T>>AbstractDataProvider. getDataDisplays()Get the set of displays currently assigned to this adapter.Methods in com.google.gwt.view.client with parameters of type HasData Modifier and Type Method Description voidAbstractDataProvider. addDataDisplay(HasData<T> display)Adds a data display to this adapter.voidDefaultSelectionEventManager. doMultiSelection(MultiSelectionModel<? super T> selectionModel, HasData<T> display, int row, T rowValue, DefaultSelectionEventManager.SelectAction action, boolean selectRange, boolean clearOthers)Update the selection model based on a user selection event.static <T> CellPreviewEvent<T>CellPreviewEvent. fire(HasCellPreviewHandlers<T> source, NativeEvent nativeEvent, HasData<T> display, Cell.Context context, T value, boolean isCellEditing, boolean isSelectionHandled)Fires a cell preview event on all registered handlers in the handler manager.protected abstract voidAbstractDataProvider. onRangeChanged(HasData<T> display)Called when a display changes its range of interest.protected voidListDataProvider. onRangeChanged(HasData<T> display)voidAbstractDataProvider. removeDataDisplay(HasData<T> display)Remove the given data display.voidTreeViewModel.DefaultNodeInfo. setDataDisplay(HasData<T> display)voidTreeViewModel.NodeInfo. setDataDisplay(HasData<T> display)Set the display that is listening to thisTreeViewModel.NodeInfo.protected voidDefaultSelectionEventManager. setRangeSelection(MultiSelectionModel<? super T> selectionModel, HasData<T> display, Range range, boolean addToSelection, boolean clearOthers)Select or deselect a range of row indexes, optionally deselecting all other values.protected voidAbstractDataProvider. updateRowData(HasData<T> display, int start, java.util.List<T> values)Informs a single display of new data.Constructors in com.google.gwt.view.client with parameters of type HasData Constructor Description CellPreviewEvent(NativeEvent nativeEvent, HasData<T> display, Cell.Context context, T value, boolean isCellEditing, boolean isSelectionHandled)Construct a newCellPreviewEvent.
-