| Home | Trees | Index | Help |
|
|---|
| Package picalo :: Package base :: Module Table :: Class TableDataPageFile |
|
| Method Summary | |
|---|---|
Constructor. | |
Destructor that deletes the disk file associated with this page | |
Activates or deactivates this page. | |
| Method Details |
|---|
__init__(self,
table,
active=False)
Constructor. Send in the table object, and a potential data source
cursor for delayed loading of pages.
|
__del__(self)
Destructor that deletes the disk file associated with this page
|
activate(self, active)Activates or deactivates this page. When a page is deactivated, it saves it's data to disk and clears its cache of data. When a page is activated, it loads it's data from disk and fills its cache of data. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Aug 20 05:38:17 2007 | http://epydoc.sf.net |