blob: 77e53b6c26c33c18939417cbc0b9323e185d0958 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.events.utils.NavigationKeys",
"baseClassname": ""
,
"description": "This class holds constants for keyboard navigation See: https://w3c.github.io/uievents-key/#keys-navigation See: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values#Navigation_keys",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.8"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "DOWN",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The down arrow key."},
{ "type": "field",
"qname": "LEFT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The left arrow key."},
{ "type": "field",
"qname": "RIGHT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The right arrow key."},
{ "type": "field",
"qname": "UP",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The up arrow key."},
{ "type": "field",
"qname": "END",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The End key. Moves to the end of content."},
{ "type": "field",
"qname": "HOME",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Home key. Moves to the start of content."},
{ "type": "field",
"qname": "PAGE_DOWN",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Page Down (or PgDn) key. Scrolls down or displays the next page of content."},
{ "type": "field",
"qname": "PAGE_UP",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "The Page Up (or PgUp) key. Scrolls up or displays the previous page of content."}]
}