| Package | com.esri.aws.awx.widget |
| Class | public class ToolTipContainer |
| Inheritance | ToolTipContainer mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| backgroundColor : Number | ToolTipContainer | ||
| borderSkin : IFlexDisplayObject | ToolTipContainer | ||
| borderSkinClass : Class | ToolTipContainer | ||
| borderStyle : String | ToolTipContainer | ||
| borderThickness : Number | ToolTipContainer | ||
| boundary : Rectangle | ToolTipContainer | ||
| boxHalfHeight : Number | ToolTipContainer | ||
| boxHalfWidth : Number | ToolTipContainer | ||
| boxHeight : Number | ToolTipContainer | ||
| boxPosition : int | ToolTipContainer | ||
| boxWidth : Number | ToolTipContainer | ||
| contentHeight : Number | ToolTipContainer | ||
| contentWidth : Number | ToolTipContainer | ||
| graphicTipOffset : Number | ToolTipContainer | ||
| itemCreationComplete : Boolean | ToolTipContainer | ||
| limits : Array | ToolTipContainer | ||
| metrics : EdgeMetrics | ToolTipContainer | ||
| myContent : UIComponent | ToolTipContainer | ||
| myEffectOut : Fade | ToolTipContainer | ||
| myOwner : UIComponent | ToolTipContainer | ||
| myParent : UIComponent | ToolTipContainer | ||
| myRect : Rectangle | ToolTipContainer | ||
| myStyleChanged : Boolean | ToolTipContainer | ||
| opened : Boolean | ToolTipContainer | ||
| ownerCenter : Point | ToolTipContainer | ||
| ownerRect : Rectangle | ToolTipContainer | ||
| paddingBottom : Number | ToolTipContainer | ||
| paddingLeft : Number | ToolTipContainer | ||
| paddingRight : Number | ToolTipContainer | ||
| paddingTop : Number | ToolTipContainer | ||
| preferredPosition : int | ToolTipContainer | ||
| progTipHeight : Number | ToolTipContainer | ||
| progTipWidth : Number | ToolTipContainer | ||
| shadowAlpha : Number | ToolTipContainer | ||
| shadowBlur : Number | ToolTipContainer | ||
| shadowDistance : Number | ToolTipContainer | ||
| shadowQuality : Number | ToolTipContainer | ||
| tipBgImageClass : Class | ToolTipContainer | ||
| tipBgImageClasses : Array | ToolTipContainer | ||
| tipConstraints : Array | ToolTipContainer | ||
| tipHeightOffset : Number | ToolTipContainer | ||
| tipHeights : Array | ToolTipContainer | ||
| tipHorizontalAlign : String | ToolTipContainer | ||
| tipOffset : Number | ToolTipContainer | ||
| tipSize : Array | ToolTipContainer | ||
| tipSkin : UIComponent | ToolTipContainer | ||
| tipSkins : Array | ToolTipContainer | ||
| tipVerticalAlign : String | ToolTipContainer | ||
| tipWidths : Array | ToolTipContainer | ||
| totalHeight : Number | ToolTipContainer | ||
| totalWidth : Number | ToolTipContainer | ||
| Method | Defined by | ||
|---|---|---|---|
|
ToolTipContainer(owner:UIComponent, content:UIComponent, position:int)
Creates a new ToolTipContainer.
| ToolTipContainer | ||
|
close():void
Closes the ToolTipContainer.
| ToolTipContainer | ||
|
init(systemManager:ISystemManager):void
[static]
| ToolTipContainer | ||
|
isOpen():Boolean
Tests to see if the ToolTipContainer is open or not.
| ToolTipContainer | ||
|
open():void
Opens the ToolTipContainer.
| ToolTipContainer | ||
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : int = 2 [static]
Sets the toolTip position to the bottom of the trigger item.
| ToolTipContainer | ||
| LEFT : int = 3 [static]
Sets the toolTip position to the left of the trigger item.
| ToolTipContainer | ||
| RIGHT : int = 1 [static]
Sets the toolTip position to the right of the trigger item.
| ToolTipContainer | ||
| TOP : int = 0 [static]
Sets the toolTip position to the top of the trigger item.
| ToolTipContainer | ||
| backgroundColor | property |
protected var backgroundColor:Number
| borderSkin | property |
protected var borderSkin:IFlexDisplayObject
| borderSkinClass | property |
protected var borderSkinClass:Class
| borderStyle | property |
protected var borderStyle:String
| borderThickness | property |
protected var borderThickness:Number
| boundary | property |
protected var boundary:Rectangle
| boxHalfHeight | property |
protected var boxHalfHeight:Number
| boxHalfWidth | property |
protected var boxHalfWidth:Number
| boxHeight | property |
protected var boxHeight:Number
| boxPosition | property |
protected var boxPosition:int
| boxWidth | property |
protected var boxWidth:Number
| contentHeight | property |
protected var contentHeight:Number
| contentWidth | property |
protected var contentWidth:Number
| graphicTipOffset | property |
protected var graphicTipOffset:Number
| itemCreationComplete | property |
protected var itemCreationComplete:Boolean
| limits | property |
protected var limits:Array
| metrics | property |
protected var metrics:EdgeMetrics
| myContent | property |
protected var myContent:UIComponent
| myEffectOut | property |
protected var myEffectOut:Fade
| myOwner | property |
protected var myOwner:UIComponent
| myParent | property |
protected var myParent:UIComponent
| myRect | property |
protected var myRect:Rectangle
| myStyleChanged | property |
protected var myStyleChanged:Boolean
| opened | property |
protected var opened:Boolean
| ownerCenter | property |
protected var ownerCenter:Point
| ownerRect | property |
protected var ownerRect:Rectangle
| paddingBottom | property |
protected var paddingBottom:Number
| paddingLeft | property |
protected var paddingLeft:Number
| paddingRight | property |
protected var paddingRight:Number
| paddingTop | property |
protected var paddingTop:Number
| preferredPosition | property |
protected var preferredPosition:int
| progTipHeight | property |
protected var progTipHeight:Number
| progTipWidth | property |
protected var progTipWidth:Number
| shadowAlpha | property |
protected var shadowAlpha:Number
| shadowBlur | property |
protected var shadowBlur:Number
| shadowDistance | property |
protected var shadowDistance:Number
| shadowQuality | property |
protected var shadowQuality:Number
| tipBgImageClass | property |
protected var tipBgImageClass:Class
| tipBgImageClasses | property |
protected var tipBgImageClasses:Array
| tipConstraints | property |
protected var tipConstraints:Array
| tipHeightOffset | property |
protected var tipHeightOffset:Number
| tipHeights | property |
protected var tipHeights:Array
| tipHorizontalAlign | property |
protected var tipHorizontalAlign:String
| tipOffset | property |
protected var tipOffset:Number
| tipSize | property |
protected var tipSize:Array
| tipSkin | property |
protected var tipSkin:UIComponent
| tipSkins | property |
protected var tipSkins:Array
| tipVerticalAlign | property |
protected var tipVerticalAlign:String
| tipWidths | property |
protected var tipWidths:Array
| totalHeight | property |
protected var totalHeight:Number
| totalWidth | property |
protected var totalWidth:Number
| ToolTipContainer | () | constructor |
public function ToolTipContainer(owner:UIComponent, content:UIComponent, position:int)Creates a new ToolTipContainer.
Parametersowner:UIComponent — the UIComponent that "owns" the ToolTipContiner.
|
|
content:UIComponent — the UIComponent content of the container.
|
|
position:int — the position of the ToolTipContainer relative to the owner. Use the
static contstants TOP, BOTTOM, LEFT, RIGHT to set this value.
|
| close | () | method |
public function close():voidCloses the ToolTipContainer.
| init | () | method |
public static function init(systemManager:ISystemManager):voidParameters
systemManager:ISystemManager |
| isOpen | () | method |
public function isOpen():BooleanTests to see if the ToolTipContainer is open or not.
ReturnsBoolean — true if container is open, false if it is not.
|
| open | () | method |
public function open():voidOpens the ToolTipContainer.
| BOTTOM | constant |
public static const BOTTOM:int = 2Sets the toolTip position to the bottom of the trigger item.
| LEFT | constant |
public static const LEFT:int = 3Sets the toolTip position to the left of the trigger item.
| RIGHT | constant |
public static const RIGHT:int = 1Sets the toolTip position to the right of the trigger item.
| TOP | constant |
public static const TOP:int = 0Sets the toolTip position to the top of the trigger item.