blob: 41235d42a7f07f1f7fdeafd3c25fb4563c9293ff [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.ILocalizedValuesImpl",
"baseInterfaceNames": [
"org.apache.royale.core.IBead"]
,
"description": "The ILocalizedValuesImpl interface is the basic interface for the subsystem that provides localized values to components. In Royale, different interfaces and implementations will handle different aspects of localization. For example, implementations of this interface returns strings and possibly other values stored in the application, whereas a different interface will tackle date formatting, yet another may take on date parsing, because, per the pay-as-you-go (PAYG) principle, applications don't need to carry every localization feature if they don't need them.",
"tags": [
{ "tagName": "see",
"values": ["org.apache.royale.core.SimpleLocalizedValuesImpl"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "getValue",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns a value for a given object based on a property name, and optionally, the current state, and a set of property value pairs.",
"tags": [
{ "tagName": "param",
"values": ["bundleName The name of a property bundle.", "key The name of a value in the bundle"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "return",
"values": ["A value or undefined"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "*",
"params": [{ "name": "bundleName", "type": "String"},
{ "name": "key", "type": "String"}]}
,
{ "type": "accessor",
"access": "write-only",
"return": "String",
"qname": "localeChain",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Determines the locale(s) to use for getting the values.",
"tags": [
{ "tagName": "param",
"values": ["locales A comma delimited list of locales."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}