| 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.HorizontalSplitPanel
HorizontalSplitPanel | final public class HorizontalSplitPanel extends SplitPanel (Code) | | A panel that arranges two widgets in a single horizontal row and allows the
user to interactively change the proportion of the width dedicated to each of
the two widgets. Widgets contained within a HorizontalSplitPanel
will be automatically decorated with scrollbars when necessary.
CSS Style Rules
- .gwt-HorizontalSplitPanel { the panel itself }
- .gwt-HorizontalSplitPanel hsplitter { the splitter }
|
HorizontalSplitPanel | public HorizontalSplitPanel()(Code) | | |
getLeftWidget | final public Widget getLeftWidget()(Code) | | Gets the widget in the left side of the panel.
the widget, null if there is not one. |
getRightWidget | final public Widget getRightWidget()(Code) | | Gets the widget in the right side 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) | | |
setLeftWidget | final public void setLeftWidget(Widget w)(Code) | | Sets the widget in the left side of the panel.
Parameters: w - the widget |
setRightWidget | final public void setRightWidget(Widget w)(Code) | | Sets the widget in the right side of the panel.
Parameters: w - the widget |
setSplitPosition | final public void setSplitPosition(String pos)(Code) | | |
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)
|
|
|