| Home | Trees | Index | Help |
|---|
object--+ |EventAware--+ |BaseCursor--+ | Checkbox
| Method Summary | |
|---|---|
Constructor | |
Notifies the handler that it will be doing edits. | |
Build the display string from the user value. | |
handleToggleChkbox(self,
event)
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Method Details |
|---|
__init__(self,
entry,
eventHandler,
subEventHandler,
displayMask,
inputMask)
Constructor
|
beginEdit(self)Notifies the handler that it will be doing edits. Called when a widget first gets focus. It places the display handler into edit mode, syncs the current value with the GFField associated with this display handler, and creates the string to display in the form.
|
build_display(self, value, editing)Build the display string from the user value.
|
handleToggleChkbox(self, event) |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:34 2008 | http://epydoc.sf.net |