| Package | org.juicekit.events |
| Class | public class AutoTextFieldEvent |
| Inheritance | AutoTextFieldEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| newText : String
Contains the field's text after to the change.
| AutoTextFieldEvent | ||
| oldText : String
Contains the field's text prior to the change.
| AutoTextFieldEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AutoTextFieldEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false, oldText:String = "", newText:String = "")
Constructor.
| AutoTextFieldEvent | ||
|
clone():Event
| AutoTextFieldEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| TEXT_CHANGE : String = "jkTextChange" [static]
The
AutoTextFieldEvent.TEXT_CHANGE constant
defines the value of the type property of the event
object for a jkTextChange event. | AutoTextFieldEvent | ||
| newText | property |
public var newText:StringContains the field's text after to the change.
| oldText | property |
public var oldText:StringContains the field's text prior to the change.
| AutoTextFieldEvent | () | constructor |
public function AutoTextFieldEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false, oldText:String = "", newText:String = "")Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
|
|
bubbles:Boolean (default = true) — Specifies whether the event can bubble up
the display list hierarchy.
|
|
cancelable:Boolean (default = false) — Specifies whether the behavior associated
with the event can be prevented.
|
|
oldText:String (default = "") — Contains the field's text prior to the change.
|
|
newText:String (default = "") — Contains the field's text after to the change.
|
| clone | () | method |
public override function clone():EventReturns
Event |
| TEXT_CHANGE | constant |
public static const TEXT_CHANGE:String = "jkTextChange"
The AutoTextFieldEvent.TEXT_CHANGE constant
defines the value of the type property of the event
object for a jkTextChange event.