org.springframework.richclient.table
Class TableDataProvider
java.lang.Object
   org.springframework.richclient.table.TableDataProvider
org.springframework.richclient.table.TableDataProvider
- public class TableDataProvider 
- extends Object
 
| Method Summary | 
|  void | put(Object datum)
 | 
|  List | takeData()Returns the current set of changes to be published.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TableDataProvider
public TableDataProvider()
put
public void put(Object datum)
- 
 
takeData
public List takeData()
- Returns the current set of changes to be published. This changes the List
 that changes are added to. It is assumed consumers will have cleared out
 the List when done with it.
 
- 
 
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.