| Home | Trees | Indices | Help |
|
|---|
|
|
Applier --+
|
UIObject.UIObject --+
|
Widget.Widget --+
|
Panel.Panel --+
|
SimplePanel.SimplePanel --+
|
DecoratorPanel
|
|||
DEFAULT_STYLENAME = "gwt-DecoratorPanel"
|
|||
DEFAULT_ROW_STYLENAMES = ["top", "middle", "bottom"]
|
|||
|
|||
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
|
Create a new row with a specific style name. The row will contain three cells (Left, Center, and Right), each prefixed with the specified style name. This method allows Widgets to reuse the code on a DOM level, without creating a DecoratorPanel Widget. @param styleName the style name @return the new row {@link Element} |
Create a new table cell with a specific style name. @param styleName the style name @return the new cell {@link Element} |
Get a specific Element from the panel. @param row the row index @param cell the cell index @return the Element at the given row and cell |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Sep 9 20:18:42 2009 | http://epydoc.sourceforge.net |