blob: efadac7baf5d6fd89b91c76ae940d7d0cc6b4fbb [file] [log] [blame]
{ "type": "class",
"qname": "mx.events.AdvancedDataGridEventReason",
"baseClassname": ""
,
"description": "The AdvancedDataGridEventReason class defines constants for the values of the <code>reason</code> property of a AdvancedDataGridEvent object when the <code>type</code> property is <code>itemEditEnd</code>.",
"tags": [
{ "tagName": "see",
"values": ["mx.events.AdvancedDataGridEvent"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "CANCELLED",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies that the user cancelled editing and that they do not want to save the edited data. Even if you call the <code>preventDefault()</code> method from within your event listener for the <code>itemEditEnd</code> event, Flex still calls the <code>destroyItemEditor()</code> editor to close the editor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "OTHER",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies that the list control lost focus, was scrolled, or is somehow in a state where editing is not allowed. Even if you call the <code>preventDefault()</code> method from within your event listener for the <code>itemEditEnd</code> event, Flex still calls the <code>destroyItemEditor()</code> editor to close the editor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "NEW_COLUMN",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies that the user moved focus to a new column in the same row. Within an event listener, you can let the focus change occur, or prevent it. For example, your event listener might check that the user entered a valid value for the item currently being edited. If not, you can prevent the user from moving to a new item by calling the <code>preventDefault()</code> method. In this case, the item editor remains open, and the user continues to edit the current item. If you call the <code>preventDefault()</code> method and also call the <code>destroyItemEditor()</code> method, you block the move to the new item, but the item editor closes.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "NEW_ROW",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Specifies that the user moved focus to a new row. You handle this reason much like you handle <code>NEW_COLUMN</code>.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}