Uses of Interface
org.springframework.richclient.widget.editor.provider.DataProvider

Packages that use DataProvider
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.widget.editor   
org.springframework.richclient.widget.editor.provider   
 

Uses of DataProvider in org.springframework.richclient.samples.dataeditor.ui
 

Classes in org.springframework.richclient.samples.dataeditor.ui that implement DataProvider
 class ItemDataProvider
           
 class SupplierDataProvider
           
 

Uses of DataProvider in org.springframework.richclient.widget.editor
 

Methods in org.springframework.richclient.widget.editor that return DataProvider
 DataProvider DefaultDataEditorWidget.getDataProvider()
           
 

Methods in org.springframework.richclient.widget.editor with parameters of type DataProvider
protected  void DefaultDataEditorWidget.setDataProvider(DataProvider provider)
          Set the provider to use for data manipulation.
 

Constructors in org.springframework.richclient.widget.editor with parameters of type DataProvider
DefaultDataEditorWidget(DataProvider provider, AbstractForm form, TableDescription tableDesc, FilterForm filterForm)
           
DefaultDataEditorWidget(String id, DataProvider provider)
          Constructor with id and DataProvider.
DefaultDataEditorWidget(String id, DataProvider provider, AbstractForm form, TableDescription tableDesc, FilterForm filterForm)
          Constructor allowing to set all major components at once.
 

Uses of DataProvider in org.springframework.richclient.widget.editor.provider
 

Classes in org.springframework.richclient.widget.editor.provider that implement DataProvider
 class AbstractDataProvider
          Base implementation for DataProviders.
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.