public abstract class ArrayPanel extends Panel
| Constructor and Description |
|---|
ArrayPanel() |
| Modifier and Type | Method and Description |
|---|---|
Widget |
put(IWidgetFactory factory,
int x,
int y)
Creates new widget and puts it to container
|
abstract ArrayPanel |
put(Widget widget,
int x,
int y)
Set widget to certain cell in table
|
put, put, put, putFactoriesaddTo, attach, getData, getID, getName, handleData, sendElementpublic abstract ArrayPanel put(Widget widget, int x, int y)
widget - Widget to setx - Columny - Rowpublic Widget put(IWidgetFactory factory, int x, int y)
factory - Factory of new widgetx - Columny - Row