Package library :: Package pyjamas :: Package ui :: Module Panel :: Class PanelBase
[hide private]
[frames] | no frames]

Class PanelBase

source code

object --+
         |
        PanelBase

Instance Methods [hide private]
 
clear(self)
use this method, due to list changing as it's being iterated.
source code
 
doAttachChildren(self) source code
 
doDetachChildren(self) source code
 
getWidgetCount(self) source code
 
getWidget(self, index) source code
 
getIndexedChild(self, index) source code
 
addIndexedItem(self, index, child) source code
 
getWidgetIndex(self, child) source code
 
getChildren(self) source code
 
setWidget(self, index, widget)
Insert (or optionally replace) the widget at the given index with a new one
source code
 
append(self, widget) source code
 
__setitem__(self, index, widget) source code
 
__getitem__(self, index) source code
 
__len__(self) source code
 
__nonzero__(self) source code
 
__iter__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

clear(self)

source code 

use this method, due to list changing as it's being iterated. also, it's possible to use this method even