wxoo.table.basetableworker
index
p:\wxproperties\wxoo\table\basetableworker.py

 
Modules
       
weakref

 
Classes
       
BaseTableWorker

 
class BaseTableWorker
    Mix-in class for property-handling grid editor/viewers
 
  Methods defined here:
Clone(self)
Create a new object which is the copy of this one
*Must Override*
GetCurrentTableValue(self, row, col, grid=None)
Retrieve the current value from the table
GetGrid(self)
Return a pointer to the Python grid object (hacky workaround)
SetCurrentTableValue(self, row, col, value, grid=None)
Set the current value in table to a value
SetGrid(self, object)
### OOR Hack/workaround, the grid passed to the editor's methods
### doesn't have access to the Python object, so we have to store
### another reference to be able to get to it and use it.

Data and other attributes defined here:
gridReference = None