| Home | Trees | Index | Help |
|---|
object--+ |EventAware--+ |BaseCursor--+ |DateRelated--+ | Time
| Method Summary | |
|---|---|
Get the ordering of the time components according to the input mask | |
Try to figure out which datetime.time value is meant by the given display string. | |
| Inherited from DateRelated | |
| |
Split the given string into the components according to the order as given by self._order. | |
| string |
Create a display string for the given date-, time- or datetime-value. |
Derive the apropriate tip from the sample date. | |
| Inherited from BaseCursor | |
| |
Descandants can override this method to introduce autocompletion. | |
| |
| |
| |
| |
Moves the cursor to the specified position optionally selecting the text. | |
Moves the cursor to the left optionally selecting the text. | |
Moves the cursor to the right optionally selecting the text. | |
Moves the cursor to the beginning optionally selecting the text. | |
Moves the cursor to the end optionally selecting the text. | |
| |
Select the entire text of the entry and move the cursor to the end | |
Move the selection cursor to the left one unit | |
Move the selection cursor to the right one unit | |
Select from the current curson position to the beginning of the entry | |
Select from the current curson position to the end of the entry | |
Select an area of text based upon the mouse | |
Notifies the handler that it will be doing edits. | |
Called when a widget loses focus or when ENTER is hit. | |
Function to emit an event that will cause forms to update the UI. | |
Return the selected area | |
Set the selection area | |
Update the associated field with the current value of the display handler. | |
| 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)... | |
| Class Variable Summary | |
|---|---|
str |
_config_display_mask_: name of the configuration setting for the display mask in
gnue.conf |
str |
_config_input_mask_: name of the configuration setting for the input mask in gnue.conf |
| Method Details |
|---|
_get_ordering_(self)Get the ordering of the time components according to the input mask |
parse_display(self, display)Try to figure out which datetime.time value is meant by the given display string. |
| Class Variable Details |
|---|
_config_display_mask_name of the configuration setting for the display mask in gnue.conf
|
_config_input_mask_name of the configuration setting for the input mask in gnue.conf
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:34 2008 | http://epydoc.sf.net |