HTMLTable is a panel with functionality of that of an HTML Table.
HTMLTable is the Base for both the Grid and FlexTable classes, which
provide additional functionality. The key functions for adding widgets
to HTMLTable are setHTML, setText and setWidget, which add HTML, Text or
Widgets at the specified row and column, respectively.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from Panel :
add ,
adopt ,
disown ,
onAttach ,
onDetach
Inherited from Widget :
getID ,
getLayoutData ,
getParent ,
isAttached ,
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
|