Uses of Class
LumiSoft.Data.DataView

Packages that use DataView
LumiSoft.Data   
LumiSoft.UI.Controls.Grid   
 

Uses of DataView in LumiSoft.Data
 

Methods in LumiSoft.Data that return DataView
 DataView DataRowView.CreateChildView(java.lang.String relationName)
          Returns a DataView for the child DataTable with the specified DataRelation name.
 DataView DataTable.getDefaultView()
          Gets a customized view of the table which may include a filtered view, or a cursor position.
 

Uses of DataView in LumiSoft.UI.Controls.Grid
 

Methods in LumiSoft.UI.Controls.Grid that return DataView
 DataView WGridTableView.getDataSource()
          Gets grid data source.
 

Methods in LumiSoft.UI.Controls.Grid with parameters of type DataView
 void WGridTableView.setDataSource(DataView table)
          Sets grid data source.