Uses of Class
LumiSoft.UI.Controls.Grid.WGridTableView

Packages that use WGridTableView
LumiSoft.UI.Controls.Grid   
LumiSoft.UI.Controls.Grid.Editors   
 

Uses of WGridTableView in LumiSoft.UI.Controls.Grid
 

Methods in LumiSoft.UI.Controls.Grid that return WGridTableView
 WGridTableView WGridTableView.Clone()
          Clones grid view.
 WGridTableView[] WGridControl.getActiveViews()
          Gets active views (Main view + all open child views).
 WGridTableView WGridTableView.getDetailView()
          Gets detail view of this view.
 WGridTableView RowInfo.getDetailView()
          Gets row child view.
 WGridTableView WGridControl.getFocusedView()
          Gets keyboard focused view.
 WGridTableView WGridControl.getMainView()
          Gets grid main view.
 WGridTableView WGridColumns.getView()
          Gets columns owner view.
 

Methods in LumiSoft.UI.Controls.Grid with parameters of type WGridTableView
 void WGridTableView.setDetailView(WGridTableView value)
          Sets detail view of this view.
 void RowInfo.setDetailView(WGridTableView value)
          Sets row child view.
 

Uses of WGridTableView in LumiSoft.UI.Controls.Grid.Editors
 

Methods in LumiSoft.UI.Controls.Grid.Editors with parameters of type WGridTableView
 void WTextEditor.StartEdit(WGridTableView view, java.lang.Object value)
           
 void WNumericEditEditor.StartEdit(WGridTableView view, java.lang.Object value)
           
 void WButtonEditEditor.StartEdit(WGridTableView view, java.lang.Object value)
           
 void WBaseEditor.StartEdit(WGridTableView view, java.lang.Object value)