A panel whose child widgets are contained within the cells of a
table.
Each cell's size may be set independently. Each child widget can take
up a subset of its cell and can be aligned within it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setCellHorizontalAlignment(self,
widget,
align) |
source code
|
|
|
setCellVerticalAlignment(self,
widget,
align) |
source code
|
|
|
|
|
|
Inherited from ComplexPanel :
add ,
getChildren ,
insert ,
remove
Inherited from Panel :
__iter__ ,
adopt ,
clear ,
disown ,
onAttach ,
onDetach
Inherited from Widget :
getID ,
getLayoutData ,
getParent ,
isAttached ,
onBrowserEvent ,
onLoad ,
removeFromParent ,
setID ,
setLayoutData ,
setParent
Inherited from UIObject :
addStyleName ,
getAbsoluteLeft ,
getAbsoluteTop ,
getElement ,
getOffsetHeight ,
getOffsetWidth ,
getStyleName ,
getTitle ,
isVisible ,
removeStyleName ,
setElement ,
setHeight ,
setPixelSize ,
setSize ,
setStyleName ,
setTitle ,
setVisible ,
setWidth ,
setzIndex ,
sinkEvents ,
unsinkEvents
|