Module phonebook :: Class PhoneDataTable
[hide private]
[frames] | no frames]

Class PhoneDataTable

source code

       object --+            
                |            
  wx._core.Object --+        
                    |        
wx.grid.GridTableBase --+    
                        |    
  wx.grid.PyGridTableBase --+
                            |
                           PhoneDataTable

Instance Methods [hide private]
PyGridTableBase
__init__(self, widget, columns)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
GetColLabelValue(self, col)
GetColLabelValue(self, int col) -> String
source code
 
OnDataUpdated(self) source code
 
SetColumns(self, columns) source code
 
Sort(self) source code
 
IsEmptyCell(self, row, col)
IsEmptyCell(self, int row, int col) -> bool
source code
int
GetNumberRows(self) source code
int
GetNumberCols(self) source code
 
GetValue(self, row, col)
GetValue(self, int row, int col) -> String
source code
 
GetAttr(self, row, col, _)
GetAttr(self, int row, int col, int kind) -> GridCellAttr
source code

Inherited from wx.grid.PyGridTableBase: Destroy, __repr__, base_AppendCols, base_AppendRows, base_CanGetValueAs, base_CanHaveAttributes, base_CanSetValueAs, base_Clear, base_DeleteCols, base_DeleteRows, base_GetAttr, base_GetColLabelValue, base_GetRowLabelValue, base_GetTypeName, base_InsertCols, base_InsertRows, base_SetAttr, base_SetColAttr, base_SetColLabelValue, base_SetRowAttr, base_SetRowLabelValue

Inherited from wx.grid.PyGridTableBase (private): _setCallbackInfo

Inherited from wx.grid.GridTableBase: AppendCols, AppendRows, CanGetValueAs, CanHaveAttributes, CanSetValueAs, Clear, DeleteCols, DeleteRows, GetAttrProvider, GetRowLabelValue, GetTypeName, GetValueAsBool, GetValueAsDouble, GetValueAsLong, GetView, InsertCols, InsertRows, SetAttr, SetAttrProvider, SetColAttr, SetColLabelValue, SetRowAttr, SetRowLabelValue, SetValue, SetValueAsBool, SetValueAsDouble, SetValueAsLong, SetView, __del__, __swig_destroy__

Inherited from wx.grid.GridTableBase (private): _setOORInfo

Inherited from wx._core.Object: GetClassName, IsSameAs

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from wx.grid.PyGridTableBase: thisown

Inherited from wx.grid.GridTableBase: AttrProvider, NumberCols, NumberRows, View

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details [hide private]

__init__(self, widget, columns)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: PyGridTableBase
Overrides: object.__init__
(inherited documentation)

GetColLabelValue(self, col)

source code 

GetColLabelValue(self, int col) -> String

Overrides: wx.grid.GridTableBase.GetColLabelValue
(inherited documentation)

IsEmptyCell(self, row, col)

source code 

IsEmptyCell(self, int row, int col) -> bool

Overrides: wx.grid.GridTableBase.IsEmptyCell
(inherited documentation)

GetNumberRows(self)

source code 
Returns: int
Overrides: wx.grid.GridTableBase.GetNumberRows
(inherited documentation)

GetNumberCols(self)

source code 
Returns: int
Overrides: wx.grid.GridTableBase.GetNumberCols
(inherited documentation)

GetValue(self, row, col)

source code 

GetValue(self, int row, int col) -> String

Overrides: wx.grid.GridTableBase.GetValue
(inherited documentation)

GetAttr(self, row, col, _)

source code 

GetAttr(self, int row, int col, int kind) -> GridCellAttr

Overrides: wx.grid.GridTableBase.GetAttr
(inherited documentation)