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  
IBackgroundLayout — Interface, package flexlib.scheduling.scheduleClasses.layout
IcnsParser — class, package flexlib.controls.iconLoaderClasses
A parser for Macintosh .icns files.
IcnsParser() — Constructor, class flexlib.controls.iconLoaderClasses.IcnsParser
Constructor
icon — Property, class flexlib.controls.treeGridClasses.TreeGridItemRenderer
The internal IFlexDisplayObject that displays the icon in this renderer.
icon — Property, class flexlib.controls.treeGridClasses.TreeGridListData
A Class representing the icon for the item in the TreeGrid control.
iconField — Property, class flexlib.baseClasses.PopUpMenuButtonBase
Name of the field in the dataProvider Array that contains the icon to show for each menu item.
iconField — Property, class flexlib.controls.ConvertibleTreeList
The name of the field in the data provider object that determines what to display as the icon.
iconFunction — Property, class flexlib.baseClasses.PopUpMenuButtonBase
A function that determines the icon to display for each menu item.
ICON_LIST — Constant Static Property, class flexlib.controls.ConvertibleTreeList
If mode is set to ICON_LIST then the List control is used for display and only icons are shown.
IconLoader — class, package flexlib.controls
The IconLoader component converts a Macintosh OS X (.icns) or Windows XP (.ico) icon file, along with its alpha mask, to a Flex 2 UIComponent.
IconLoader() — Constructor, class flexlib.controls.IconLoader
Constructor
IconParserFactory — class, package flexlib.controls.iconLoaderClasses
Factory class to create a new object that implements the IIconParser interface.
IcoParser — class, package flexlib.controls.iconLoaderClasses
A parser for the Windows .ico icon file.
IcoParser() — Constructor, class flexlib.controls.iconLoaderClasses.IcoParser
Constructor
IEntryLayout — Interface, package flexlib.scheduling.scheduleClasses.layout
IHorizontalLinesLayout — Interface, package flexlib.scheduling.scheduleClasses.layout
IHorizontalLinesViewer — Interface, package flexlib.scheduling.scheduleClasses.viewers
IIconParser — Interface, package flexlib.controls.iconLoaderClasses
The IIconParser interface defines the methods and properties that an icon parser must implement
ILayout — Interface, package flexlib.scheduling.scheduleClasses.layout
ILayoutClient — Interface, package flexlib.scheduling.scheduleClasses.layout
ILayoutProvider — Interface, package flexlib.scheduling.scheduleClasses.layout
ImageMap — class, package flexlib.controls
The ImageMap control is an implementation of a client-side image map component, like it is supported in HTML.
ImageMap() — Constructor, class flexlib.controls.ImageMap
ImageMapEvent — class, package flexlib.events
An ImageMapEvent is like a generic Event, but we add the href, alt, and linkTarget properties.
ImageMapEvent(type:String, bubbles:Boolean, cancelable:Boolean, href:String, item:flexlib.controls:area, target:String) — Constructor, class flexlib.events.ImageMapEvent
IMDIEffectsDescriptor — Interface, package flexlib.mdi.effects
Interface expected by MDIManager.
indent — Property, class flexlib.controls.treeGridClasses.TreeGridListData
The default indentation for this row of the TreeGrid control.
indentation — Style, class flexlib.controls.TreeGrid
indentationGap — Property, class flexlib.controls.treeGridClasses.TreeGridListData
indexesOf(string:String, caseSensitive:Boolean) — method, class flexlib.controls.textClasses.Finder
Gets all indexes of a string in the TextField.
indicatorClass — Style, class flexlib.controls.tabBarClasses.SuperTab
The class that is used for the indicator.
initialize() — method, class flexlib.containers.ButtonScrollingCanvas
initialize() — method, class flexlib.containers.SuperTabNavigator
initialize() — method, class flexlib.controls.ScrollableArrowMenu
initialize() — method, class flexlib.controls.SuperTabBar
initialize() — method, class flexlib.scheduling.scheduleClasses.Schedule
initializeCompileTimeViewLayers() — method, class flexlib.scheduling.scheduleClasses.Schedule
initializeEntryLayout() — method, class flexlib.scheduling.scheduleClasses.Schedule
initializeRuntimeViewLayers() — method, class flexlib.scheduling.scheduleClasses.Schedule
initialPosition — Property, class flexlib.containers.DockableToolBar
The initial location of the ToolBar.
initListData(item:Object, treeListData:flexlib.controls.treeGridClasses:TreeGridListData) — method, class flexlib.controls.TreeGrid
invalidateDisplayList — Event, class flexlib.scheduling.scheduleClasses.ScheduleNavigator
INVALIDATE_DISPLAY_LIST — Constant Static Property, class flexlib.scheduling.scheduleClasses.ScheduleNavigator
invalidateProperties() — method, class flexlib.css.CSSPropertyInjector
Added to adhere to the framework lifecycle naming convention.
invertThumbDirection — Style, class flexlib.baseClasses.SliderBase
Invert the direction of the thumbs.
isBottom(handle:String) — Static Method , class flexlib.mdi.containers.MDIResizeHandle
Checks if the handle is on the bottom (BOTTOM, BOTTOM_RIGHT, or BOTTOM_LEFT)
isBranch(item:Object) — method, class flexlib.controls.TreeGrid
IScheduleEntry — Interface, package flexlib.scheduling.scheduleClasses
IScheduleEntryRenderer — Interface, package flexlib.scheduling.scheduleClasses.renderers
isCorrectPosition — Property, class flexlib.mdi.effects.effectClasses.MDIGroupEffectItem
isCorrectSize — Property, class flexlib.mdi.effects.effectClasses.MDIGroupEffectItem
isDocked — Property, class flexlib.containers.DockableToolBar
Indicates whether the ToolBar is currently docked.
isInPlace — Property, class flexlib.mdi.effects.effectClasses.MDIGroupEffectItem
isItemOpen(item:Object) — method, class flexlib.controls.TreeGrid
isLastItem(listData:flexlib.controls.treeGridClasses:TreeGridListData) — method, class flexlib.controls.TreeGrid
This method find if the current node is the last displayed sibling Used to draw the vertical trunk lines, if it is the last child then the vertical trunk line should stop in the middle of the row
isLeft(handle:String) — Static Method , class flexlib.mdi.containers.MDIResizeHandle
Checks if the handle is on the left side (LEFT, TOP_LEFT, or BOTTOM_LEFT)
isOffScreenLeftRight(entryStart:Number, viewPortEnd:Number) — method, class flexlib.scheduling.scheduleClasses.layout.AbstractEntryLayout
isRight(handle:String) — Static Method , class flexlib.mdi.containers.MDIResizeHandle
Checks if the handle is on the right side (RIGHT, TOP_RIGHT, or BOTTOM_RIGHT)
isTooSmall(width:Number) — method, class flexlib.scheduling.scheduleClasses.layout.AbstractEntryLayout
isTop(handle:String) — Static Method , class flexlib.mdi.containers.MDIResizeHandle
Checks if the handle is on the top (TOP, TOP_RIGHT, or TOP_LEFT)
isValid — Property, class flexlib.containers.AdvancedForm
Property that allows for one place to know if the From is valid Default to true, if any Validators are present then it will be set to false
isViewlayersInitialized — Property, class flexlib.scheduling.scheduleClasses.Schedule
isVisible — Property, class flexlib.controls.textClasses.StringBoundaries
Indicates whether or not the character range has visible characters.
item — Property, class flexlib.controls.treeGridClasses.TreeGridListData
The data for this item in the TreeGrid control.
item — Property, class flexlib.events.ImageMapEvent
itemClick — Event, class flexlib.baseClasses.PopUpMenuButtonBase
Dispatched when a user selects an item from the pop-up menu.
itemIcons — Property, class flexlib.controls.TreeGrid
An object that specifies the icons for the items.
itemRenderer — Property, class flexlib.scheduling.Timeline
items — Property, interface flexlib.scheduling.scheduleClasses.layout.ILayout
_items — Property, class flexlib.scheduling.scheduleClasses.layout.Layout
items — Property, class flexlib.scheduling.scheduleClasses.layout.Layout
itemScroll — Event, class flexlib.scheduling.ScheduleViewer
ITEM_SCROLL — Constant Static Property, class flexlib.scheduling.scheduleClasses.LayoutScrollEvent
ITimeDescriptor — Interface, package flexlib.scheduling.timelineClasses
ITimeIndicatorLayout — Interface, package flexlib.scheduling.scheduleClasses.layout
ITimeIndicatorViewer — Interface, package flexlib.scheduling.scheduleClasses.viewers
ITimelineEntryRenderer — Interface, package flexlib.scheduling.timelineClasses
IVerticalLinesLayout — Interface, package flexlib.scheduling.scheduleClasses.layout
IVerticalLinesViewer — Interface, package flexlib.scheduling.scheduleClasses.viewers
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