Package | Description |
---|---|
com.borland.silktest.jtf.flex |
This package contains classes for the Flex TechDomain.
|
com.borland.silktest.jtf.flex.common.types |
This package contains data types for the Flex TechDomain.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexSlider.change(double value,
int thumbIndex,
String clickTarget,
FlexTriggerEvent triggerEvent)
Dispatched when the slider changes value due to mouse or keyboard interaction.
|
void |
FlexSlider.change(double value,
int thumbIndex,
String clickTarget,
FlexTriggerEvent triggerEvent,
String keyCode)
Dispatched when the slider changes value due to mouse or keyboard interaction.
|
void |
FlexPopUpButton.close(FlexTriggerEvent triggerEvent)
Dispatched when the specified UIComponent closes.
|
void |
FlexComboBase.close(FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for a close event.
|
void |
FlexTree.close(String itemRenderer,
FlexTriggerEvent triggerEvent)
Closes or collapses a tree branch.
|
void |
FlexAdvancedDataGrid.close(String itemRenderer,
FlexTriggerEvent triggerEvent)
Closes or collapses a AdvancedDataGrid branch.
|
void |
FlexAdvancedDataGrid.columnGroupedADGHeaderShift(int movingColumnIndex,
int newColumnIndex,
int oldColumnIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index.
|
void |
FlexListBase.deselect(String itemRenderer,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when a previously selected item is deselected.
|
void |
FlexListBase.deselect(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a previously selected item is deselected.
|
void |
FlexDataGrid.headerShift(int newIndex,
int oldIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index.
|
void |
FlexAdvancedDataGrid.headerShift(int newIndex,
int oldIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index.
|
void |
FlexListBase.multiSelect(String itemRenderer,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when an item is selected as part of an action that selects multiple items.
|
void |
FlexListBase.multiSelect(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when an item is selected as part of an action that selects multiple items.
|
void |
SparkVolumeBar.open(FlexTriggerEvent triggerEvent)
Dispatched when the user clicks the drop-down button to display the drop-down list.
|
void |
SparkDropDownListBase.open(FlexTriggerEvent triggerEvent)
Dispatched when the user clicks the drop-down button to display the drop-down list.
|
void |
FlexPopUpButton.open(FlexTriggerEvent triggerEvent)
Dispatched when the specified UIComponent opens.
|
void |
FlexComboBase.open(FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for a open event.
|
void |
FlexTree.open(String itemRenderer,
FlexTriggerEvent triggerEvent)
Opens or expands a tree branch.
|
void |
FlexAdvancedDataGrid.open(String itemRenderer,
FlexTriggerEvent triggerEvent)
Opens or expands an AdvancedDataGrid branch.
|
void |
SparkListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent)
Dispatched when an item in the list is selected.
|
void |
SparkDataGroup.select(String itemRenderer,
FlexTriggerEvent triggerEvent)
Dispatched when one or more items in the list are deselected.
|
void |
SparkDataGrid.select(String itemRenderer,
FlexTriggerEvent triggerEvent)
Selects the specified data grid cell.
|
void |
FlexListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.select(String itemRenderer,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
SparkListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when an item in the list is selected.
|
void |
SparkDataGroup.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when one or more items in the list are deselected.
|
void |
SparkDataGrid.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Selects the specified data grid cell.
|
void |
FlexListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
SparkTabBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkList.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkButtonBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
FlexListBase.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
SparkTabBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkList.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkButtonBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
FlexListBase.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
Modifier and Type | Method and Description |
---|---|
static FlexTriggerEvent |
FlexTriggerEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlexTriggerEvent[] |
FlexTriggerEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.