(Beta)
| Package | com.adobe.mosaic.core |
| Interface | public interface IMosaicComponent |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
IMosaicComponent interface is implemented by Mosaic components that do not
have Mosaic children. Currently this is only the Mosaic Tile.
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| label : String [read-only]
The title of the component. | IMosaicComponent | ||
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Returns the localized string associated with the given key. | IMosaicComponent | ||
Property Detail
label | property |
Method Detail
getLocalizedString | () | method |
public function getLocalizedString(key:String, params:Array = null):String| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5 |
| Runtime Versions: | AIR 2.0.2, Flash Player 10.1 |
Returns the localized string associated with the given key.
Parameters
key:String — The index of the string in the localized resource bundles.
| |
params:Array (default = null) — Optional array of substitution values if the localized string contains {#}
placeholders.
|
String — The translated string in the current locale.
|
Mon Nov 18 2013, 11:47 AM -08:00