|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InsertPanel
A panel that allows indexed insertions.
Method Summary | |
---|---|
void |
add(Widget w)
Adds a child widget to this panel. |
void |
insert(Widget w,
int beforeIndex)
Inserts a child widget before the specified index. |
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel |
---|
getWidget, getWidgetCount, getWidgetIndex, remove |
Method Detail |
---|
void add(Widget w)
w
- the child widget to be addedvoid insert(Widget w, int beforeIndex)
w
- the child widget to be insertedbeforeIndex
- the index before which it will be inserted
java.lang.IndexOutOfBoundsException
- if beforeIndex
is out of
range
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |