{ "type": "class", | |
"qname": "org.apache.royale.express.TextButton", | |
"baseClassname": "org.apache.royale.html.TextButton" | |
, | |
"description": "This class extends TextButton and adds the toolTip bead as a convenience.", | |
"tags": [ | |
{ "tagName": "flexdocurl", | |
"values": ["https://flex.apache.org/asdoc/spark/components/Button.html"]}, | |
{ "tagName": "flexcomponent", | |
"values": ["spark.components.Button"]}, | |
{ "tagName": "commentary", | |
"values": ["The Royale Express TextButton is pre-packaged with beads to do:", "<ul><li>enabled: Boolean</li><li>toolTip: String</li><li>secure: Boolean</li></ul>See also the Royale Express ImageButton and the Royale Express ImageAndTextButton."]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "org.apache.royale.express.TextButton", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Boolean", | |
"qname": "enabled", | |
"namespace": "public", | |
"bindable": ["enabledChanged"], | |
"details": ["override"], | |
"deprecated": {}, | |
"description": "Can enable or disable interaction with the control."}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "toolTip", | |
"namespace": "public", | |
"bindable": ["toolTipChanged"], | |
"details": [], | |
"deprecated": {}, | |
"description": "Displays a hint when the mouse hovers over the button"}] | |
} |