Packagecom.keepcore
Classpublic class KCTruncatedText
InheritanceKCTruncatedText Inheritance mx.controls.Text



Public Properties
 PropertyDefined By
  htmlText : String
[override] [write-only]
KCTruncatedText
  text : String
[override] [write-only]
KCTruncatedText
Protected Properties
 PropertyDefined By
  truncationRequired : Boolean
[read-only]
KCTruncatedText
Public Methods
 MethodDefined By
  
KCTruncatedText
Protected Methods
 MethodDefined By
  
updateDisplayList(w:Number, h:Number):void
[override]
KCTruncatedText
Protected Constants
 ConstantDefined By
  TRUNCATION_INDICATOR : String = ...
[static]
KCTruncatedText
Property Detail
htmlTextproperty
htmlText:String  [write-only] [override]


Implementation
    public function set htmlText(value:String):void
textproperty 
text:String  [write-only] [override]


Implementation
    public function set text(value:String):void
truncationRequiredproperty 
truncationRequired:Boolean  [read-only]


Implementation
    protected function get truncationRequired():Boolean
Constructor Detail
KCTruncatedText()Constructor
public function KCTruncatedText()



Method Detail
updateDisplayList()method
override protected function updateDisplayList(w:Number, h:Number):void

Parameters

w:Number
 
h:Number

Constant Detail
TRUNCATION_INDICATORConstant
protected static const TRUNCATION_INDICATOR:String = ...