|
|
|
|
|
isSizer(self)
If this container manages children positions and sizes. |
source code
|
|
|
|
requireImplicit(self,
node)
If there are implicit nodes for this particular node. |
source code
|
|
|
|
getTreeNode(self,
node)
Some containers may hide some internal elements. |
source code
|
|
|
|
getTreeOrImplicitNode(self,
node)
Return topmost child (implicit if exists). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replaceChild(self,
parentNode,
newNode,
oldNode)
Replace oldNode by newNode keeping relevant attributes. |
source code
|
|
|
|
getChildObject(self,
node,
obj,
index)
Get index'th child of a tested interface element. |
source code
|
|
|
Inherited from Component:
__cmp__,
__init__,
__repr__,
addAttribute,
addEvents,
addExStyles,
addStyles,
canBeReplaced,
copyAttributes,
getAttribute,
getRect,
getTreeImageId,
getTreeText,
isContainer,
makeTestWin,
setParamClass,
setSpecial
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|