| java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Panel com.google.gwt.user.client.ui.SplitPanel com.google.gwt.user.client.ui.VerticalSplitPanel
VerticalSplitPanel | final public class VerticalSplitPanel extends SplitPanel (Code) | | A panel that arranges two widgets in a single vertical column and allows the
user to interactively change the proportion of the height dedicated to each
of the two widgets. Widgets contained within a
VerticalSplitterPanel will be automatically decorated with
scrollbars when necessary.
CSS Style Rules
- .gwt-VerticalSplitPanel { the panel itself }
- .gwt-VerticalSplitPanel vsplitter { the splitter }
|
VerticalSplitPanel | public VerticalSplitPanel()(Code) | | |
getBottomWidget | final public Widget getBottomWidget()(Code) | | Gets the widget in the bottom of the panel.
the widget, null if there is not one |
getTopWidget | final public Widget getTopWidget()(Code) | | Gets the widget in the top of the panel.
the widget, null if there is not one |
onLoad | protected void onLoad()(Code) | | |
onSplitterResize | final void onSplitterResize(int x, int y)(Code) | | |
onSplitterResizeStarted | final void onSplitterResizeStarted(int x, int y)(Code) | | |
onUnload | protected void onUnload()(Code) | | |
setBottomWidget | final public void setBottomWidget(Widget w)(Code) | | Sets the widget in the bottom of the panel.
Parameters: w - the widget |
setSplitPosition | final public void setSplitPosition(String pos)(Code) | | |
setTopWidget | final public void setTopWidget(Widget w)(Code) | | Sets the widget in the top of the panel.
Parameters: w - the widget |
Methods inherited from com.google.gwt.user.client.ui.SplitPanel | public void add(Widget w)(Code)(Java Doc) static void addAbsolutePositoning(Element elem)(Code)(Java Doc) final static void addClipping(Element elem)(Code)(Java Doc) final static void addScrolling(Element elem)(Code)(Java Doc) final static void expandToFitParentUsingCssOffsets(Element elem)(Code)(Java Doc) final static void expandToFitParentUsingPercentages(Element elem)(Code)(Java Doc) protected Element getElement(int index)(Code)(Java Doc) final static int getOffsetHeight(Element elem)(Code)(Java Doc) final static int getOffsetWidth(Element elem)(Code)(Java Doc) protected Element getSplitElement()(Code)(Java Doc) protected Widget getWidget(int index)(Code)(Java Doc) public boolean isResizing()(Code)(Java Doc) public Iterator<Widget> iterator()(Code)(Java Doc) public void onBrowserEvent(Event event)(Code)(Java Doc) abstract void onSplitterResize(int x, int y)(Code)(Java Doc) abstract void onSplitterResizeStarted(int x, int y)(Code)(Java Doc) final static Element preventBoxStyles(Element elem)(Code)(Java Doc) public boolean remove(Widget widget)(Code)(Java Doc) static void setBottom(Element elem, String size)(Code)(Java Doc) final static void setClassname(Element elem, String className)(Code)(Java Doc) final static void setHeight(Element elem, String height)(Code)(Java Doc) final static void setLeft(Element elem, String left)(Code)(Java Doc) final static void setRight(Element elem, String right)(Code)(Java Doc) abstract public void setSplitPosition(String size)(Code)(Java Doc) final static void setTop(Element elem, String top)(Code)(Java Doc) final protected void setWidget(int index, Widget w)(Code)(Java Doc) final static void setWidth(Element elem, String width)(Code)(Java Doc)
|
|
|