search

goog.ui.SplitPane

Provided By
Extends
All Implemented Interfaces

A left/right up/down Container SplitPane. Create SplitPane with two goog.ui.Component opjects to split. TODO(user): Support minimum splitpane size. TODO(user): Allow component change/orientation after init. TODO(user): Support hiding either side of handle (plus handle). TODO(user): Look at setBorderBoxSize fixes and revist borderwidth code.

new SplitPane( firstComponent, secondComponent, orientation, opt_domHelper )

Parameters
firstComponent(goog.ui.Component|null)

Left or Top component.

secondComponent(goog.ui.Component|null)

Right or Bottom component.

orientationgoog.ui.SplitPane.Orientation

SplitPane orientation.

opt_domHelper(goog.dom.DomHelper|null)=

Optional DOM helper.

Instance Methods

Instance Properties

Enumerations