public abstract class NamedPanel extends Widget
| Constructor and Description |
|---|
NamedPanel() |
| Modifier and Type | Method and Description |
|---|---|
Widget |
put(IWidgetFactory factory,
java.lang.String name)
Creates new widget and puts it to container at first free index
|
Widget |
put(IWidgetFactory factory,
java.lang.String name,
int index)
Creates new widget and puts it to container
|
abstract int |
put(Widget widget,
java.lang.String name)
Puts widget at first free index
|
abstract NamedPanel |
put(Widget widget,
java.lang.String name,
int index)
Puts new widget to the container
|
addTo, attach, getData, getID, getName, handleData, sendElementpublic abstract NamedPanel put(Widget widget, java.lang.String name, int index)
widget - Widget to putname - Name of tabindex - id of 'cell' in the container to put widget to(numbered from 0)public abstract int put(Widget widget, java.lang.String name)
widget - Widget to putname - Name of tabpublic Widget put(IWidgetFactory factory, java.lang.String name)
factory - Factory of new widgetname - Name of tabpublic Widget put(IWidgetFactory factory, java.lang.String name, int index)
factory - Factory of new widgetname - Name of tabindex - index id of 'cell' in the container to put widget to(numbered from 0)