Uses of Interface
jve.generated.IRowsDataObject

Uses of IRowsDataObject in jve.generated
 

Classes in jve.generated that implement IRowsDataObject
 class DataSourceDataRows
          Default implementation of a row data object that is retrieved by a service call on a Data Source.
 

Methods in jve.generated that return IRowsDataObject
 IRowsDataObject JRowTableBinder.getRowBinder()
          Get the IRowsDataObject this binder is bound to.
 

Methods in jve.generated with parameters of type IRowsDataObject
 void JRowTableBinder.setRowBinder(IRowsDataObject rowBinder)
          Set the rows data object associated with this binder.