Package pyjamas :: Package ui :: Module ComplexPanel :: Class ComplexPanel
[hide private]
[frames] | no frames]

Class ComplexPanel

source code

   object --+                
            |                
      Applier --+            
                |            
UIObject.UIObject --+        
                    |        
        Widget.Widget --+    
                        |    
              Panel.Panel --+
                            |
                           ComplexPanel

Superclass for widgets with multiple children.

Instance Methods [hide private]
 
add(self, widget, container) source code
 
getWidgetCount(self) source code
 
getWidget(self, index) source code
 
getWidgetIndex(self, child) source code
 
getChildren(self) source code
 
insert(self, widget, container, beforeIndex) source code
 
remove(self, widget) source code

Inherited from Panel.Panel: __init__, __iter__, adopt, clear, disown, doAttachChildren, doDetachChildren

Inherited from Widget.Widget: getID, getLayoutData, getParent, isAttached, onAttach, onBrowserEvent, onDetach, onLoad, removeFromParent, setContextMenu, setID, setLayoutData, setParent

Inherited from UIObject.UIObject: addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getHeight, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, getWidth, isVisible, removeStyleDependentName, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setWidth, setzIndex, sinkEvents, unsinkEvents

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

add(self, widget, container)

source code 
Overrides: Panel.Panel.add

remove(self, widget)

source code 
Overrides: Panel.Panel.remove