public class AbsolutePanel extends Panel
| Constructor and Description |
|---|
AbsolutePanel() |
AbsolutePanel(int x,
int y) |
AbsolutePanel(int x,
int y,
Widget widget) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData() |
java.lang.String |
getName() |
Widget |
put(IWidgetFactory factory)
Creates new widget and puts it to container
|
int |
put(Widget widget)
Puts widget at first free index
|
AbsolutePanel |
remove()
Removes stored element
|
AbsolutePanel |
setOffset(int x,
int y) |
put, putFactoriesaddTo, attach, getID, handleData, sendElementpublic AbsolutePanel(int x,
int y,
Widget widget)
x - X-Offsety - Y-Offsetwidget - Default contentpublic AbsolutePanel(int x,
int y)
x - X-Offsety - Y-Offsetpublic AbsolutePanel()
public int put(Widget widget)
public Widget put(IWidgetFactory factory)
public AbsolutePanel setOffset(int x, int y)
x - X-Offsety - Y-Offsetpublic AbsolutePanel remove()