| Home | Trees | Index | Help |
|---|
GTriggerCore--+ |object--+ | | |ParserObj--+ |GObj--+ |GTriggerExtension--+ |GFObj--+ |GFTabStop--+ |GFFieldBound--+ | GFComponent
| Method Summary | |
|---|---|
__init__(self,
parent)
| |
On phase 1 initialization find the owning GFPage-instance. | |
| Inherited from GFFieldBound | |
| |
| |
| |
| |
| |
| |
| |
| |
| Inherited from GFTabStop | |
In general an object is navigable if it is not hidden and it's navigable xml-attribute is set. | |
Notify the object that it has received the focus. | |
Notify the object that it is going to lose the focus. | |
Process a record pointer movement or a result set change for this entry. | |
Notify the widget that the number of visible rows has changed. | |
Move the UI and GF focus to this object. | |
Notify the UI widget that is is going to receive the focus. | |
Notify the UI widget that it has lost the focus. | |
Set the focus to this widget on the UI layer. | |
Update the editable state of this entry. | |
Validate the object to decide whether the focus can be moved away from it. | |
Notify the object that the user has set the focus to this object with a mouse click. | |
| Inherited from GFObj | |
Return the objects' block from the block mapping. | |
Returns the objects' field from the blocks' field mapping | |
Return the value of a given option of the object or None if no such option is present. | |
Return wether the object is currently navigable or not. | |
Phase 1 initialization called after all objects of the XML tree were created. | |
| Inherited from GObj | |
| |
| |
Dumps an XML representation of the object | |
This is a convenience function for applications NOT using GParser to load an object tree. | |
A convenience function for applications NOT using GParser to load an object tree. | |
| string |
Returns the xml tag to be used to represent the object. |
Return a python iterator of child objects. | |
maxInits returns the maximum size of all the _inits list from this object or it's children | |
Starts GNUe's phased initialization system from this object down. | |
A recusive function to print an indented text representation of the GObj tree from this object down. | |
Function that recursively walks down through a tree of ParserObj instances and applies a function
to them. | |
This function is called after the parsers have completely constructed. | |
Used internally by phaseInit to walk through the object tree initializing objects. | |
This bit of nastiness is here to let GNUe Designer capture the setting of GObject properties. | |
| Inherited from GTriggerCore | |
| |
Construct a namespace object tree from an XML ( definitions.GObjects.GObj) object tree. | |
Return the namespace object that mirrors this object in the action/trigger namespace. | |
| Inherited from ParserObj | |
Set the action attribute of a given object to the specified action. | |
Get the contents of this object. | |
Return a compareable and identifying id of an object within a tree. | |
Set attributes loaded by GParser. | |
Add an object to the list of children | |
Assign all attributes from a given object to this one. | |
Build an object tree representing the difference between two object trees. | |
Return a XML representation of the object. | |
Moves downward though the children of an object till it finds the child with the specified name. | |
Moves downward through the children of an object till it finds the child of the specified type. | |
Find all children of a specific type. | |
Moves upward though the parents of an object till it finds the parent of the specified type. | |
Returns the content of any GContent objects that are children of this object. | |
Return a useful description of the object. | |
| any |
Returns the immediate parent of an object instance in a GObj tree. |
Merge another object tree into this tree. | |
Set the immediate parent of an object instance in a GObj tree | |
| 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 | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Inherited from GTriggerExtension | |
Associate a trigger with this object. | |
Fire the requested trigger if a trigger of that type has been associated with this object. | |
| Property Summary | |
|---|---|
| Inherited from GFObj | |
has_label | |
| Instance Variable Summary | |
|---|---|
| Inherited from GTriggerCore | |
_triggerFunctions: Dictionary defining the functions this object should present in
action/trigger code. | |
_triggerGet: Can be set to a method that returns the string value of the
object. | |
_triggerGlobal: If set to True, this object is added to the global namespace. | |
_triggerProperties: Dictionary defining the properties this object should present in
action/trigger code. | |
_triggerSet: Can be set to a method that sets the value of this object. | |
| Class Variable Summary | |
|---|---|
| Inherited from GFTabStop | |
bool |
_navigableInQuery_: If True the object can recieve the keyboard focus in query mode,
otherwise not |
NoneType |
navigable = None |
| Inherited from GTriggerExtension | |
dict |
_validTriggers: Dictionary with valid trigger names as keys. |
| Method Details |
|---|
__init__(self,
parent=None)
|
_phase_1_init_(self)On phase 1 initialization find the owning GFPage-instance. This instance is then available through self._page.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:35 2008 | http://epydoc.sf.net |