Adobe® Flex® 4 Language Reference
Show 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).
KANNADA — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Kannada digit set.
KAYAH_LI — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Kayah Li digit set.
KEEP_AWAKE — Constant Static Property, class flash.desktop.SystemIdleMode
Prevents the system from dropping into an idle mode.
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
Kerning adjusts the pixels between certain character pairs to improve readability.
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.
KeyboardType — final class, package flash.ui
The KeyboardType class is an enumeration class that provides values for different categories of physical computer or device keyboards.
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
The Begin key
KEYNAME_BREAK — Constant Static Property, class flash.ui.Keyboard
The Break key
KEYNAME_CLEARDISPLAY — Constant Static Property, class flash.ui.Keyboard
The Clear Display key
KEYNAME_CLEARLINE — Constant Static Property, class flash.ui.Keyboard
The Clear Line key
KEYNAME_DELETE — Constant Static Property, class flash.ui.Keyboard
The Delete key
KEYNAME_DELETECHAR — Constant Static Property, class flash.ui.Keyboard
The Delete Character key
KEYNAME_DELETELINE — Constant Static Property, class flash.ui.Keyboard
The Delete Line key
KEYNAME_DOWNARROW — Constant Static Property, class flash.ui.Keyboard
The down arrow
KEYNAME_END — Constant Static Property, class flash.ui.Keyboard
The End key
KEYNAME_EXECUTE — Constant Static Property, class flash.ui.Keyboard
The Execute key
KEYNAME_F1 — Constant Static Property, class flash.ui.Keyboard
The F1 key
KEYNAME_F10 — Constant Static Property, class flash.ui.Keyboard
The F10 key
KEYNAME_F11 — Constant Static Property, class flash.ui.Keyboard
The F11 key
KEYNAME_F12 — Constant Static Property, class flash.ui.Keyboard
The F12 key
KEYNAME_F13 — Constant Static Property, class flash.ui.Keyboard
The F13 key
KEYNAME_F14 — Constant Static Property, class flash.ui.Keyboard
The F14 key
KEYNAME_F15 — Constant Static Property, class flash.ui.Keyboard
The F15 key
KEYNAME_F16 — Constant Static Property, class flash.ui.Keyboard
The F16 key
KEYNAME_F17 — Constant Static Property, class flash.ui.Keyboard
The F17 key
KEYNAME_F18 — Constant Static Property, class flash.ui.Keyboard
The F18 key
KEYNAME_F19 — Constant Static Property, class flash.ui.Keyboard
The F19 key
KEYNAME_F2 — Constant Static Property, class flash.ui.Keyboard
The F2 key
KEYNAME_F20 — Constant Static Property, class flash.ui.Keyboard
The F20 key
KEYNAME_F21 — Constant Static Property, class flash.ui.Keyboard
The F21 key
KEYNAME_F22 — Constant Static Property, class flash.ui.Keyboard
The F22 key
KEYNAME_F23 — Constant Static Property, class flash.ui.Keyboard
The F23 key
KEYNAME_F24 — Constant Static Property, class flash.ui.Keyboard
The F24 key
KEYNAME_F25 — Constant Static Property, class flash.ui.Keyboard
The F25 key
KEYNAME_F26 — Constant Static Property, class flash.ui.Keyboard
The F26 key
KEYNAME_F27 — Constant Static Property, class flash.ui.Keyboard
The F27 key
KEYNAME_F28 — Constant Static Property, class flash.ui.Keyboard
The F28 key
KEYNAME_F29 — Constant Static Property, class flash.ui.Keyboard
The F29 key
KEYNAME_F3 — Constant Static Property, class flash.ui.Keyboard
The F3 key
KEYNAME_F30 — Constant Static Property, class flash.ui.Keyboard
KEYNAME_F31 — Constant Static Property, class flash.ui.Keyboard
The F31 key
KEYNAME_F32 — Constant Static Property, class flash.ui.Keyboard
The F32 key
KEYNAME_F33 — Constant Static Property, class flash.ui.Keyboard
The F33 key
KEYNAME_F34 — Constant Static Property, class flash.ui.Keyboard
The F34 key
KEYNAME_F35 — Constant Static Property, class flash.ui.Keyboard
The F35 key
KEYNAME_F4 — Constant Static Property, class flash.ui.Keyboard
The F4 key
KEYNAME_F5 — Constant Static Property, class flash.ui.Keyboard
The F5 key
KEYNAME_F6 — Constant Static Property, class flash.ui.Keyboard
The F6 key
KEYNAME_F7 — Constant Static Property, class flash.ui.Keyboard
The F7 key
KEYNAME_F8 — Constant Static Property, class flash.ui.Keyboard
The F8 key
KEYNAME_F9 — Constant Static Property, class flash.ui.Keyboard
The F9 key
KEYNAME_FIND — Constant Static Property, class flash.ui.Keyboard
The Find key
KEYNAME_HELP — Constant Static Property, class flash.ui.Keyboard
The Help key
KEYNAME_HOME — Constant Static Property, class flash.ui.Keyboard
The Home key
KEYNAME_INSERT — Constant Static Property, class flash.ui.Keyboard
The Insert key
KEYNAME_INSERTCHAR — Constant Static Property, class flash.ui.Keyboard
The Insert Character key
KEYNAME_INSERTLINE — Constant Static Property, class flash.ui.Keyboard
The Insert Line key
KEYNAME_LEFTARROW — Constant Static Property, class flash.ui.Keyboard
The left arrow
KEYNAME_MENU — Constant Static Property, class flash.ui.Keyboard
The Menu key
KEYNAME_MODESWITCH — Constant Static Property, class flash.ui.Keyboard
The Mode Switch key
KEYNAME_NEXT — Constant Static Property, class flash.ui.Keyboard
The Next key
KEYNAME_PAGEDOWN — Constant Static Property, class flash.ui.Keyboard
The Page Down key
KEYNAME_PAGEUP — Constant Static Property, class flash.ui.Keyboard
The Page Up key
KEYNAME_PAUSE — Constant Static Property, class flash.ui.Keyboard
The Pause key
KEYNAME_PREV — Constant Static Property, class flash.ui.Keyboard
The Previous key
KEYNAME_PRINT — Constant Static Property, class flash.ui.Keyboard
The Print key
KEYNAME_PRINTSCREEN — Constant Static Property, class flash.ui.Keyboard
The Print Screen
KEYNAME_REDO — Constant Static Property, class flash.ui.Keyboard
The Redo key
KEYNAME_RESET — Constant Static Property, class flash.ui.Keyboard
The Reset key
KEYNAME_RIGHTARROW — Constant Static Property, class flash.ui.Keyboard
The right arrow
KEYNAME_SCROLLLOCK — Constant Static Property, class flash.ui.Keyboard
The Scroll Lock key
KEYNAME_SELECT — Constant Static Property, class flash.ui.Keyboard
The Select key
KEYNAME_STOP — Constant Static Property, class flash.ui.Keyboard
The Stop key
KEYNAME_SYSREQ — Constant Static Property, class flash.ui.Keyboard
The System Request key
KEYNAME_SYSTEM — Constant Static Property, class flash.ui.Keyboard
The System key
KEYNAME_UNDO — Constant Static Property, class flash.ui.Keyboard
The Undo key
KEYNAME_UPARROW — Constant Static Property, class flash.ui.Keyboard
The up arrow
KEYNAME_USER — Constant Static Property, class flash.ui.Keyboard
The User key
KEYPAD — Constant Static Property, class flash.ui.KeyboardType
A phone-style 12-button keypad.
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 keyUp 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.
KHMER — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Khmer digit set.
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