|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InsertPanel
Implemented by IndexedPanel
s that also allow insertions.
Nested Class Summary | |
---|---|
static interface |
InsertPanel.ForIsWidget
Extends this interface with convenience methods to handle IsWidget . |
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.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |