|
__init__(self,
klass,
groups,
attributes,
**kargs)
Construct a new Component object. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
replaceChild(self,
parentNode,
newNode,
oldNode)
Replace oldNode by newNode keeping relevant attributes. |
source code
|
|
|
|
|
setImplicitParamClass(self,
attrName,
paramClass)
Set special Param class. |
source code
|
|
Inherited from Container :
canHaveChild ,
copyObjects ,
getChildObject ,
isSizer
Inherited from Component :
__cmp__ ,
__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__
|