|
LibreOffice Module wizards (master) 1
|
Public Member Functions | |
| def | SetFocus (self) |
Public Member Functions inherited from access2base._Form | |
| def | Component (self) |
| def | ContainerWindow (self) |
| def | DatabaseForm (self) |
| def | Close (self) |
| def | Controls (self, index=acConstants.Missing) |
| def | Move (self, left=-1, top=-1, width=-1, height=-1) |
| def | OptionGroup (self, groupname) |
| def | Refresh (self) |
| def | Requery (self) |
| def | SetFocus (self) |
Public Member Functions inherited from access2base._BasicObject | |
| def | __init__ (self, reference=-1, objtype=None, name='') |
| def | __getattr__ (self, name) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | Name (self) |
| def | ObjectType (self) |
| def | Dispose (self) |
| def | getProperty (self, propertyname, index=acConstants.Missing) |
| def | hasProperty (self, propertyname) |
| def | Properties (self, index=acConstants.Missing) |
| def | setProperty (self, propertyname, value, index=acConstants.Missing) |
Static Public Attributes | |
| classProperties | |
Static Public Attributes inherited from access2base._Form | |
| classProperties | |
Static Public Attributes inherited from access2base._BasicObject | |
| W = _A2B.invokeWrapper | |
| tuple | internal_attributes = ('objectreference', 'objecttype', 'name', 'internal') |
| def | GetProperty = getProperty |
| def | HasProperty = hasProperty |
| def | SetProperty = setProperty |
Additional Inherited Members | |
Public Attributes inherited from access2base._BasicObject | |
| objectreference | |
| objecttype | |
| name | |
| internal | |
| localProperties | |
| BOF | |
| EOF | |
Definition at line 1426 of file access2base.py.
| def access2base._SubForm.SetFocus | ( | self | ) |
Reimplemented from access2base._Form.
Definition at line 1436 of file access2base.py.
|
static |
Definition at line 1427 of file access2base.py.
Referenced by access2base._BasicObject.__getattr__(), access2base._BasicObject.__setattr__(), and access2base._BasicObject.hasProperty().