| Field Summary | |
|---|---|
| static String | #aaccff
|
| static String | |
| static String | border:solid 1px #9898a5;border-left-color:#ffffff;border-top-color:#ffffff;
|
| static String | #ffffff
|
| static String | #e8e8f5
|
| static int | 1 |
| static int | 0 (default) |
| Constructor Summary | |
|---|---|
| void | instance initializer |
| Method Summary | |
|---|---|
| void | doShow() Makes this stack the visible (expanded) stack in the parent stack group. |
| void | Deprecated. use doShow() instead. |
| void | focus() overrides method is superclass; ensures the stack is expanded before giving focus
|
| String | Returns valid CSS property value, (i.e. |
| jsx3.app.Model | Returns the child of this stack that will be painted as the content of this stack. |
| String | Returns valid CSS property value, (i.e. |
| static String | Deprecated. |
| boolean | isFront() Returns whether or not this stack is the active (expanded) stack |
| 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.List or derivative class |
| String | paint() Returns the DHTML, used for this object's on-screen VIEW |
| jsx3.gui.Stack | setActiveColor(strActiveColor : String) Sets valid CSS property value, (i.e. |
| jsx3.gui.Stack | setInactiveColor(strInactiveColor : String) Sets valid CSS property value, (i.e. |
| 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 |
|---|
| 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() instead.EXECUTE
model event only under the deprecated 3.0 model event protocol. Invokes the SHOW model event.