| Package | com.ithaca.timeline |
| Class | public class TimeToolTip |
| Inheritance | TimeToolTip mx.containers.Panel |
| Implements | mx.binding.IBindingClient, mx.core.IToolTip |
(this is not a true toolTip)
See also
| Property | Defined By | ||
|---|---|---|---|
| body : BorderContainer | TimeToolTip | ||
| bodyText : String | TimeToolTip | ||
| bottomArrow : Path | TimeToolTip | ||
| showBottomArrow : Boolean = true | TimeToolTip | ||
| showTopArrow : Boolean = true | TimeToolTip | ||
| _text : String | TimeToolTip | ||
| text : String | TimeToolTip | ||
| topArrow : Path | TimeToolTip | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TimeToolTip | ||
styleChanged(styleProp:String):void [override] | TimeToolTip | ||
| Style | Description | Defined By | ||
|---|---|---|---|---|
showBottomArrow | Type: Boolean CSS Inheritance: no | TimeToolTip | ||
showTopArrow | Type: Boolean CSS Inheritance: no | TimeToolTip | ||
| _text | property |
public var _text:String| body | property |
public var body:BorderContainerThis property can be used as the source for data binding.
| bodyText | property |
public var bodyText:StringThis property can be used as the source for data binding.
| bottomArrow | property |
public var bottomArrow:PathThis property can be used as the source for data binding.
| showBottomArrow | property |
public var showBottomArrow:Boolean = trueThis property can be used as the source for data binding.
| showTopArrow | property |
public var showTopArrow:Boolean = trueThis property can be used as the source for data binding.
| text | property |
text:StringThis property can be used as the source for data binding.
public function get text():String public function set text(value:String):void| topArrow | property |
public var topArrow:PathThis property can be used as the source for data binding.
| TimeToolTip | () | Constructor |
public function TimeToolTip()Constructor.
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |