|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.view.client.AbstractDataProvider<T>
com.google.gwt.view.client.ListDataProvider<MavenProjectDTO>
org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal.ModuleDataProvider
@Singleton public class ModuleDataProvider
Strongly typed data provider for MavenProjectDTOs.
| Field Summary | |
|---|---|
static com.google.gwt.view.client.ProvidesKey<MavenProjectDTO> |
KEY_PROVIDER
|
| Constructor Summary | |
|---|---|
ModuleDataProvider()
|
|
| Method Summary | |
|---|---|
MavenProjectDTO |
find(String moduleId)
|
| 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 |
| Field Detail |
|---|
public static com.google.gwt.view.client.ProvidesKey<MavenProjectDTO> KEY_PROVIDER
| Constructor Detail |
|---|
public ModuleDataProvider()
| Method Detail |
|---|
public MavenProjectDTO find(String moduleId)
throws NoSuchElementException
NoSuchElementException - if no matching moduleId is found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||