blob: a47db7e5c1c822fed36ed72aa2465eaa5ad00997 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.text.events.TextEvent",
"baseClassname": "org.apache.royale.events.Event"
,
"description": "A TextLayoutEvent instance represents an event, such as the <code>TextLayoutEvent.SCROLL</code> event, that does not require custom properties. <p>A scroll event is represented by a TextLayoutEvent instance with its <code>type</code> property set to <code>TextLayoutEvent.SCROLL</code>. A class specifically for scroll events is not necessary because there are no custom properties for a scroll event, as there are for the other events that have specific event classes. If a new text layout event is needed, and the event does not require custom properties, the new event will also be represented by a TextLayoutEvent object, but with its <code>type</code> property set to a new static constant. </p>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/TextLayoutEvent_example.as -noswf"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "LINK",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "TEXT_INPUT",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "method",
"qname": "org.apache.royale.text.events.TextEvent",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "type", "type": "String"},
{ "name": "bubbles", "type": "Boolean"},
{ "name": "cancelable", "type": "Boolean"},
{ "name": "text", "type": "String"}]}
,
{ "type": "field",
"qname": "text",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}