org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal
Class DocumentDataProvider
java.lang.Object
com.google.gwt.view.client.AbstractDataProvider<T>
com.google.gwt.view.client.ListDataProvider<Document>
org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal.DocumentDataProvider
- All Implemented Interfaces:
- com.google.gwt.view.client.ProvidesKey<Document>
@Singleton
public class DocumentDataProvider
- extends com.google.gwt.view.client.ListDataProvider<Document>
AbstractDataProvider for access to Document data.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class com.google.gwt.view.client.ListDataProvider |
flush, getList, onRangeChanged, refresh, setList |
| Methods inherited from class com.google.gwt.view.client.AbstractDataProvider |
addDataDisplay, getDataDisplays, getKey, getKeyProvider, getRanges, removeDataDisplay, updateRowCount, updateRowData, updateRowData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentDataProvider
public DocumentDataProvider()
set
public void set(Collection<Document> documents)
add
public void add(Document document)
remove
public void remove(Document document)
Copyright © 2004-2011 Hudson. All Rights Reserved.