| { "type": "interface", |
| "qname": "org.apache.royale.core.ILayoutChild", |
| "baseInterfaceNames": [ |
| "org.apache.royale.core.IChild", |
| "org.apache.royale.core.IUIBase"] |
| , |
| "description": "The IChild interface is the basic interface for a component that is parented by another component.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "members": [ |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "percentWidth", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The requested percentage width of this component in its container.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "percentHeight", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The requested percentage height of this component in its container.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "explicitWidth", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The width of this component if set by the width property", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "explicitHeight", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The height of this component if set by the height property", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "method", |
| "qname": "setHeight", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Sets the height of the component without setting explicitHeight.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["value The new height.", "noEvent True if no change event should be sent."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "value", "type": "Number"}, |
| { "name": "noEvent", "type": "Boolean"}]} |
| , |
| { "type": "method", |
| "qname": "setWidth", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Sets the width of the component without setting explicitWidth.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["value The new width.", "noEvent True if no change event should be sent."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "value", "type": "Number"}, |
| { "name": "noEvent", "type": "Boolean"}]} |
| , |
| { "type": "method", |
| "qname": "setX", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Sets the X value of the component without setting the 'left' style", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["value The new x value."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "value", "type": "Number"}]} |
| , |
| { "type": "method", |
| "qname": "setY", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Sets the Y value of the component without setting the 'top' style", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["value The new y value."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "value", "type": "Number"}]} |
| , |
| { "type": "method", |
| "qname": "setWidthAndHeight", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Sets the width and height of the component without setting explicitWidth or explicitHeight. It also sends one change event. If both values change it only sends heightCHange event.", |
| "tags": [ |
| { "tagName": "param", |
| "values": ["newWidth The new width.", "newHeight The new height.", "noEvent True if no change event should be sent."]}, |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": [{ "name": "newWidth", "type": "Number"}, |
| { "name": "newHeight", "type": "Number"}, |
| { "name": "noEvent", "type": "Boolean"}]} |
| , |
| { "type": "method", |
| "qname": "isWidthSizedToContent", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "True if no percentWidth or explicitWidth has been assigned", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "Boolean", |
| "params": []} |
| , |
| { "type": "method", |
| "qname": "isHeightSizedToContent", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "True if no percentHeight or explicitHeight has been assigned", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "Boolean", |
| "params": []} |
| ] |
| } |