org.hudsonci.maven.plugin.ui.gwt.configure.documents.internal
Class DocumentDataProvider

java.lang.Object
  extended by com.google.gwt.view.client.AbstractDataProvider<T>
      extended by com.google.gwt.view.client.ListDataProvider<Document>
          extended by 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

Constructor Summary
DocumentDataProvider()
           
 
Method Summary
 void add(Document document)
           
 void remove(Document document)
           
 void set(Collection<Document> documents)
           
 
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
 

Constructor Detail

DocumentDataProvider

public DocumentDataProvider()
Method Detail

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.