Adds a new child widget to the panel.
Parameters: w - the widget to be added
insert
public void insert(Widget w, int beforeIndex)(Code)
Inserts a widget before the specified index.
Parameters: w - the widget to be inserted Parameters: beforeIndex - the index before which it will be inserted throws: IndexOutOfBoundsException - if beforeIndex is out ofrange
Methods inherited from com.google.gwt.user.client.ui.ComplexPanel