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

Class DecoratorTitledPanel

source code

   object --+                        
            |                        
      Applier --+                    
                |                    
UIObject.UIObject --+                
                    |                
        Widget.Widget --+            
                        |            
              Panel.Panel --+        
                            |        
      SimplePanel.SimplePanel --+    
                                |    
                   DecoratorPanel --+
                                    |
                                   DecoratorTitledPanel

Instance Methods [hide private]
 
__init__(self, title, titleStyle=None, imgStyle=None, rowStyles=None, containerIndex=2, titleIndex=1, **kwargs)
Creates a new panel using the specified style names to apply to each row.
source code

Inherited from DecoratorPanel: createTD, createTR, getCellElement, getContainerElement

Inherited from SimplePanel.SimplePanel: add, getWidget, remove, setWidget

Inherited from Panel.Panel: __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__

Class Variables [hide private]

Inherited from DecoratorPanel: DEFAULT_ROW_STYLENAMES, DEFAULT_STYLENAME

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, title, titleStyle=None, imgStyle=None, rowStyles=None, containerIndex=2, titleIndex=1, **kwargs)
(Constructor)

source code 

Creates a new panel using the specified style names to apply to each row. Each row will contain three cells (Left, Center, and Right). The Center cell in the containerIndex row will contain the {@link Widget}.

@param rowStyles an array of style names to apply to each row @param containerIndex the index of the container row

Overrides: object.__init__
(inherited documentation)