jsx3.gui.TabbedPane. A tab should have exactly one child, usually a jsx3.gui.Block,
which holds all of its content.| Field Summary | |
|---|---|
| static String | |
| static String | #e8e8f5
|
| static String | #e8e8f5
|
| static String | |
| static String | Deprecated. |
| static String | #d8d8e5
|
| static String | Deprecated. |
| static String | |
| static int | 0 : disabled |
| static int | 1 : enabled (default) |
| Constructor Summary | |
|---|---|
| void | init(strName : String, strText : String, vntWidth : int | String, strHexActiveColor : String, strHexInactiveColor : String) instance initializer |
| Method Summary | |
|---|---|
| jsx3.gui.Tab | Deprecated. replaced with doShow() |
| void | doShow() Brings this tab and its associated pane forward in the stack among all sibling tabs. |
| String | Returns valid CSS property value, (e.g. |
| String | getBevel() Returns background image that will underlay each tab to provide an outset-type border. |
| jsx3.app.Model | Returns the child of this tab that will be painted as the content of this tab. |
| int | Returns the state for the tab control. |
| String | Returns valid CSS property value, (e.g. |
| static String | Deprecated. |
| boolean | onSetParent(objParent : ?) is called when an item is about to be set; returns false if the parent is not of the appropriate type; in this case, the parent must be a jsx3.gui.TabbedPane or derivative class |
| String | paint() Returns the DHTML, used for this object's on-screen VIEW |
| jsx3.gui.Tab | setActiveColor(strActiveColor : String) Sets valid CSS property value, (e.g. |
| jsx3.gui.Tab | Sets background image that will underlay each tab to provide an outset-type border; if this value is not set or null is passed, the default background image for the jsx3.gui.Tab class will be use the contant value, jsx3.gui.Tab.DEFAULTBEVELIMAGE; |
| jsx3.gui.Tab | setEnabled(STATE : int) Sets the enabled state for the tab control; returns reference to self to facilitate method chaining |
| jsx3.gui.Tab | setInactiveColor(strInactiveColor : String) Sets valid CSS property value, (e.g. |
| jsx3.gui.Tab | Sets the text/HTML for the control to be displayed on-screen;
returns reference to self to facilitate method chaining; |
| 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, 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, paintChild, 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 |
|---|
doShow()EXECUTE event only under the deprecated 3.0 event protocol.true, the view of this object is immediately updated, obviating the need to call repaint().