| Property | Defined By | ||
|---|---|---|---|
| htmlText : String [override] [write-only] | KCTruncatedText | ||
| text : String [override] [write-only] | KCTruncatedText | ||
| Property | Defined By | ||
|---|---|---|---|
| truncationRequired : Boolean [read-only] | KCTruncatedText | ||
| Method | Defined By | ||
|---|---|---|---|
| KCTruncatedText | |||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(w:Number, h:Number):void [override] | KCTruncatedText | ||
| Constant | Defined By | ||
|---|---|---|---|
| TRUNCATION_INDICATOR : String = ... [static] | KCTruncatedText | ||
| htmlText | property |
htmlText:String [write-only] [override] public function set htmlText(value:String):void| text | property |
text:String [write-only] [override] public function set text(value:String):void| truncationRequired | property |
truncationRequired:Boolean [read-only] protected function get truncationRequired():Boolean| KCTruncatedText | () | Constructor |
public function KCTruncatedText()| updateDisplayList | () | method |
override protected function updateDisplayList(w:Number, h:Number):voidParameters
w:Number | |
h:Number |
| TRUNCATION_INDICATOR | Constant |
protected static const TRUNCATION_INDICATOR:String = ...