org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class ArtifactDataProvider

java.lang.Object
  extended by com.google.gwt.view.client.AbstractDataProvider<T>
      extended by com.google.gwt.view.client.ListDataProvider<ArtifactDTO>
          extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal.ArtifactDataProvider
All Implemented Interfaces:
com.google.gwt.view.client.ProvidesKey<ArtifactDTO>

@Singleton
public class ArtifactDataProvider
extends com.google.gwt.view.client.ListDataProvider<ArtifactDTO>

Strongly typed data provider for ArtifactDTOs.

Since:
2.1.0
Author:
Jamie Whitehouse

Constructor Summary
ArtifactDataProvider()
           
 
Method Summary
 
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

ArtifactDataProvider

public ArtifactDataProvider()


Copyright © 2004-2011 Hudson. All Rights Reserved.