Uses of Class
LumiSoft.UI.Controls.WGrid.WBaseEditor

Packages that use WBaseEditor
LumiSoft.UI.Controls.WGrid   
 

Uses of WBaseEditor in LumiSoft.UI.Controls.WGrid
 

Subclasses of WBaseEditor in LumiSoft.UI.Controls.WGrid
 class WButtonEditEditor
          Grid button edit control.
 class WNumericEditEditor
           
 class WTextEditor
          Grid text edit control.
 

Methods in LumiSoft.UI.Controls.WGrid that return WBaseEditor
 WBaseEditor WGridTableView.getActiveEditor()
          Gets currently active editor or null if no active editor.
 WBaseEditor Column.getEditor()
          Gets column editor.
 

Methods in LumiSoft.UI.Controls.WGrid with parameters of type WBaseEditor
 void Column.setEditor(WBaseEditor value)
          Sets column editor.