| Field Summary | |
|---|---|
| static int | |
| static int | |
| Constructor Summary | |
|---|---|
| void | instance initializer |
| Method Summary | |
|---|---|
| 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. |
| 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.Block |
|---|
| getBackground, getBackgroundColor, getBorder, getCSSOverride, getClassName, getColor, getCursor, getDimensions, getDisplay, getFontName, getFontSize, getFontWeight, getHeight, getIndex, getLeft, getMargin, getOverflow, getPadding, getRelativePosition, getTagName, getText, getTextAlign, getTip, getTop, getVisibility, getWidth, getZIndex, hideMask, setBackground, setBackgroundColor, setBorder, setCSSOverride, setClassName, setColor, setCursor, setDimensions, setDisplay, setFontName, setFontSize, setFontWeight, setHeight, setIndex, setLeft, setMargin, setOverflow, setPadding, setRelativePosition, setTagName, setText, setTextAlign, setTip, setTop, setVisibility, setWidth, setZIndex, showMask |
| 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, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| 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.