| java.lang.Object net.mygwt.ui.client.widget.Layout net.mygwt.ui.client.widget.layout.StackLayout
StackLayout | public class StackLayout extends Layout (Code) | | This Layout stacks all the widgets one on top of the other and resizes all
widgets to have the same size and location. The widget specified in topWidget
is visible and all other widgets are not visible.
|
topWidget | Widget topWidget(Code) | | |
getTopWidget | public Widget getTopWidget()(Code) | | Returns the top widget.
the top widget |
setTopWidget | public void setTopWidget(Widget topWidget)(Code) | | Sets the widget that is displayed at the top of the stack.
Parameters: topWidget - the top widget |
Methods inherited from net.mygwt.ui.client.widget.Layout | protected boolean isValidParent(Element elem, Element parent)(Code)(Java Doc) public void layout(WidgetContainer container)(Code)(Java Doc) protected void onLayout(WidgetContainer container, Element target)(Code)(Java Doc) protected void renderAll(Container container, Element target)(Code)(Java Doc) protected void renderWidget(Widget widget, int index, Element target)(Code)(Java Doc) protected void setBounds(Widget w, int x, int y, int width, int height)(Code)(Java Doc) protected void setSize(Widget w, int width, int height)(Code)(Java Doc)
|
|
|