| Field Summary | |
|---|---|
| static int | |
| static int | |
| Constructor Summary | |
|---|---|
| void | instance initializer |
| Method Summary | |
|---|---|
| int | Returns whether the user can resize this control |
| String | Returns the URL for the image to use for the splitter handle when the splitter is rendered side by side ( | ). |
| int | *Returns whether the splitter layout is top-over (--) or side-by-side (|). |
| int | Returns a valid integer representing the minimum size in pixels for the container; the default minimum is 1 |
| String | Returns a valid percentage (e.g. |
| int | Returns a valid integer representing the minimum size in pixels for the container; the default minimum is 8 |
| String | Returns the URL for the image to use for the splitter handle when the splitter is rendered top over bottom (--). |
| static String | Deprecated. |
| String | paint() Returns the DHTML, used for this object's on-screen VIEW |
| jsx3.gui.Splitter | subclassed method. |
| void | setEnabled(intEnabled : int) Sets whether the user can resize this control. |
| jsx3.gui.Splitter | setHSplitImage(strURL : String) Sets the URL for the image to use for the splitter handle when the splitter is rendered side by side ( | ). |
| jsx3.gui.Splitter | setOrientation(ORIENTATION : int) Returns whether the splitter layout is top-over (--) or side-by-side (|);
returns reference to self to facilitate method chaining |
| jsx3.gui.Splitter | setSubcontainer1Min(intMin : int) Sets the minimum size in pixels for the container; the default minimum is 1;
returns reference to self to facilitate method chaining |
| jsx3.gui.Splitter | Sets a valid percentage (e.g. |
| jsx3.gui.Splitter | setSubcontainer2Min(intMin : int) Sets the minimum size in pixels for the container; the default minimum is 8;
returns reference to self to facilitate method chaining |
| jsx3.gui.Splitter | setVSplitImage(strURL : String) Sets the URL for the image to use for the splitter handle when the splitter is rendered top over bottom (--). |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getRendered, insertHTML, onAfterPaint, onAfterRestoreView, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
Splitter.HSPLITIMAGE will be used when painted on-screen.Splitter.VSPLITIMAGE will be used when painted on-screen.0 or 1. Note: null is
equivalent to 1.
100,* or *,250.