Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
K Index 
  Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
K — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the K key (75).
kerning — Property, class flash.text.TextFormat
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Property, class flash.text.engine.ElementFormat
The kerning used for this text.
kerning — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Kerning adjusts the pixels between certain character pairs to improve readability.
kerning — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Kerning adjusts the pixels between certain character pairs to improve readability.
kerning — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Kerning adjusts the pixels between certain character pairs to improve readability.
kerning — Property, class flashx.textLayout.formats.TextLayoutFormat
Kerning adjusts the pixels between certain character pairs to improve readability.
kerning — Style, class mx.charts.chartClasses.CartesianChart
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.chartClasses.ChartBase
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.chartClasses.DataTip
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.series.ColumnSeries
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.series.PieSeries
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.series.BarSeries
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.LegendItem
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.PieChart
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.charts.AxisRenderer
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.containers.FormHeading
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.dataGridClasses.DataGridColumn
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.menuClasses.MenuBarItem
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.Button
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.MenuBar
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.ToolTip
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.TextInput
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.ProgressBar
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.ComboBox
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.DateField
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.NumericStepper
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.DateChooser
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.Label
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.controls.ColorPicker
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.core.ScrollControlBase
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.core.UITextField
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class mx.core.Container
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
kerning — Style, class spark.components.supportClasses.GroupBase
kerning — Style, class spark.components.supportClasses.ButtonBase
kerning — Style, class spark.components.supportClasses.SliderBase
kerning — Style, class spark.components.supportClasses.SkinnableTextBase
kerning — Style, class spark.components.RichEditableText
kerning — Style, class spark.components.VideoPlayer
kerning — Style, class spark.components.Scroller
kerning — Style, class spark.components.NumericStepper
kerning — Style, class spark.components.RichText
kerning — Style, class spark.components.Label
kerning — Style, class spark.components.SkinnableContainer
kerning — Style, class spark.components.SkinnableDataContainer
kerning — Style, class spark.skins.spark.DefaultItemRenderer
kerning — Property, class mx.controls.textClasses.TextRange
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
Kerning — final class, package flash.text.engine
The Kerning class is an enumeration of constant values used with ElementFormat.kerning.
key — Property, interface com.adobe.fiber.styles.ILocalizeableMessage
Bindable property that returns the key attribute of this message aspect.
key — Property, class com.adobe.fiber.styles.LocalizeableMessage
Bindable property that returns the key attribute of this message aspect.
Keyboard — final class, package flash.ui
The Keyboard class is used to build an interface that can be controlled by a user with a standard keyboard.
KeyboardEvent — class, package flash.events
A KeyboardEvent object id dispatched in response to user input through a keyboard.
KeyboardEvent(type:String, bubbles:Boolean, cancelable:Boolean, charCodeValue:uint, keyCodeValue:uint, keyLocationValue:uint, ctrlKeyValue:Boolean, altKeyValue:Boolean, shiftKeyValue:Boolean, controlKeyValue:Boolean, commandKeyValue:Boolean) — Constructor, class flash.events.KeyboardEvent
Creates an Event object that contains specific information about keyboard events.
keyboardPressed — Property, class spark.components.supportClasses.ButtonBase
Indicates whether a keyboard key is pressed while the button is in focus.
keyCode — Property, class flash.events.FocusEvent
The key code value of the key pressed to trigger a keyFocusChange event.
keyCode — Property, class flash.events.KeyboardEvent
The key code value of the key pressed or released.
keyCode — Property, class mx.events.SliderEvent
If the event was triggered by a key press, the keycode for the key.
keyDown — Event, class flash.display.InteractiveObject
Dispatched when the user presses a key.
KEY_DOWN — Constant Static Property, class flash.events.KeyboardEvent
The KeyboardEvent.KEY_DOWN constant defines the value of the type property of a keyDown event object.
keyDownHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.container.ContainerController
Processes the KeyboardEvent.KEY_DOWN event when the client manages events.
keyDownHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the KeyboardEvent.KEY_DOWN event when the client manages events.
keyDownHandler(event:flash.events:KeyboardEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a keyDown event.
keyDownHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a keyDown event.
keyDownHandler(event:flash.events:KeyboardEvent) — method, class mx.core.UIComponent
The event handler called for a keyDown event.
keyEquivalent — Property, class flash.display.NativeMenuItem
The key equivalent for this menu item.
keyEquivalentField — Property, class mx.controls.FlexNativeMenu
The name of the field in the data provider that determines the key equivalent for each menu item.
keyEquivalentFunction — Property, class mx.controls.FlexNativeMenu
The function that determines the key equivalent for each menu item.
keyEquivalentModifiers — Property, class flash.display.NativeMenuItem
The array of key codes for the key equivalent modifiers.
keyEquivalentModifiersFunction — Property, class mx.controls.FlexNativeMenu
The function that determines the key equivalent modifiers for each menu item.
keyFocusChange — Event, class flash.display.InteractiveObject
Dispatched when the user attempts to change focus by using keyboard navigation.
KEY_FOCUS_CHANGE — Constant Static Property, class flash.events.FocusEvent
Defines the value of the type property of a keyFocusChange event object.
keyFocusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController
Processes the FocusEvent.KEY_FOCUS_CHANGE event when the client manages events.
keyFocusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the FocusEvent.KEY_FOCUS_CHANGE event when the client manages events.
keyFocusChangeHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a keyFocusChange event.
keyFocusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a keyFocusChange event.
Keyframe — class, package spark.effects.animation
The Keyframe class defines the value of a property at a specific time during an effect.
Keyframe(time:Number, value:Object, valueBy:Object) — Constructor, class spark.effects.animation.Keyframe
Constructor.
keyFrameInterval — Property, class flash.media.Camera
The number of video frames transmitted in full (called keyframes) instead of being interpolated by the video compression algorithm.
keyframes — Property, class spark.effects.animation.MotionPath
A sequence of Keyframe objects that represent the time/value pairs that the property takes during the animation.
keyLocation — Property, class flash.events.KeyboardEvent
Indicates the location of the key on the keyboard.
KeyLocation — final class, package flash.ui
The KeyLocation class contains constants that indicate the location of a key pressed on the keyboard.
KEYNAME_BEGIN — Constant Static Property, class flash.ui.Keyboard
KEYNAME_BREAK — Constant Static Property, class flash.ui.Keyboard
KEYNAME_CLEARDISPLAY — Constant Static Property, class flash.ui.Keyboard
KEYNAME_CLEARLINE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_DELETE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_DELETECHAR — Constant Static Property, class flash.ui.Keyboard
KEYNAME_DELETELINE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_DOWNARROW — Constant Static Property, class flash.ui.Keyboard
KEYNAME_END — Constant Static Property, class flash.ui.Keyboard
KEYNAME_EXECUTE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F1 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F10 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F11 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F12 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F13 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F14 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F15 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F16 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F17 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F18 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F19 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F2 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F20 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F21 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F22 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F23 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F24 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F25 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F26 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F27 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F28 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F29 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F3 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F30 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F31 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F32 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F33 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F34 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F35 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F4 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F5 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F6 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F7 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F8 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F9 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_FIND — Constant Static Property, class flash.ui.Keyboard
KEYNAME_HELP — Constant Static Property, class flash.ui.Keyboard
KEYNAME_HOME — Constant Static Property, class flash.ui.Keyboard
KEYNAME_INSERT — Constant Static Property, class flash.ui.Keyboard
KEYNAME_INSERTCHAR — Constant Static Property, class flash.ui.Keyboard
KEYNAME_INSERTLINE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_LEFTARROW — Constant Static Property, class flash.ui.Keyboard
KEYNAME_MENU — Constant Static Property, class flash.ui.Keyboard
KEYNAME_MODESWITCH — Constant Static Property, class flash.ui.Keyboard
KEYNAME_NEXT — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PAGEDOWN — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PAGEUP — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PAUSE — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PREV — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PRINT — Constant Static Property, class flash.ui.Keyboard
KEYNAME_PRINTSCREEN — Constant Static Property, class flash.ui.Keyboard
KEYNAME_REDO — Constant Static Property, class flash.ui.Keyboard
KEYNAME_RESET — Constant Static Property, class flash.ui.Keyboard
KEYNAME_RIGHTARROW — Constant Static Property, class flash.ui.Keyboard
KEYNAME_SCROLLLOCK — Constant Static Property, class flash.ui.Keyboard
KEYNAME_SELECT — Constant Static Property, class flash.ui.Keyboard
KEYNAME_STOP — Constant Static Property, class flash.ui.Keyboard
KEYNAME_SYSREQ — Constant Static Property, class flash.ui.Keyboard
KEYNAME_SYSTEM — Constant Static Property, class flash.ui.Keyboard
KEYNAME_UNDO — Constant Static Property, class flash.ui.Keyboard
KEYNAME_UPARROW — Constant Static Property, class flash.ui.Keyboard
KEYNAME_USER — Constant Static Property, class flash.ui.Keyboard
keyPropertyList — Property, class mx.messaging.management.ObjectName
The key properties as an Object, keyed by property name.
keyPropertyListString — Property, class mx.messaging.management.ObjectName
A string representation of the list of key properties.
keySelectionPending — Property, class mx.controls.listClasses.AdvancedListBase
A flag that indicates if keyboard selection was interrupted by a page fault.
keySelectionPending — Property, class mx.controls.listClasses.ListBase
A flag that indicates if keyboard selection was interrupted by a page fault.
keyUp — Event, class flash.display.InteractiveObject
Dispatched when the user releases a key.
KEY_UP — Constant Static Property, class flash.events.KeyboardEvent
The KeyboardEvent.KEY_UP constant defines the value of the type property of a keyDown event object.
keyUpHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.container.ContainerController
Processes the Keyboard.KEY_UP event when the client manages events.
keyUpHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the Keyboard.KEY_UP event when the client manages events.
keyUpHandler(event:flash.events:KeyboardEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a keyUp event.
keyUpHandler(event:flash.events:KeyboardEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a keyUp event.
keyUpHandler(event:flash.events:KeyboardEvent) — method, class mx.core.UIComponent
The event handler called for a keyUp event.
KILOBYTES — Constant Static Property, class mx.controls.FileSystemSizeDisplayMode
Specifies to show file sizes in kilobytes.
kind — Property, class mx.events.CollectionEvent
Indicates the kind of event that occurred.
kind — Property, class mx.events.PropertyChangeEvent
Specifies the kind of change.
kind — Property, class mx.styles.CSSCondition
The kind of condition this instance represents.
knockout — Property, class flash.filters.BevelFilter
Applies a knockout effect (true), which effectively makes the object's fill transparent and reveals the background color of the document.
knockout — Property, class flash.filters.DropShadowFilter
Applies a knockout effect (true), which effectively makes the object's fill transparent and reveals the background color of the document.
knockout — Property, class flash.filters.GlowFilter
Specifies whether the object has a knockout effect.
knockout — Property, class flash.filters.GradientBevelFilter
Specifies whether the object has a knockout effect.
knockout — Property, class flash.filters.GradientGlowFilter
Specifies whether the object has a knockout effect.
knockout — Property, class mx.effects.Glow
Specifies whether the object has a knockout effect.
knockout — Property, class mx.effects.effectClasses.GlowInstance
The knockout flag of the glow.
knockout — Property, class mx.filters.BaseDimensionFilter
Specifies whether the object has a knockout effect.
KOREAN — Constant Static Property, class flash.system.IMEConversionMode
The string "KOREAN", for use with the IME.conversionMode property.
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z