IMultiLanguageTextContainer
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Classpath: | org.asaplibrary.management.lang.IMultiLanguageTextContainer |
File last modified: | Sunday, 15 May 2011, 21:36:22 |
Interface to be implemented by any class that wishes to add itself to the LanguageManager.
This interface provides two functions that the LanguageManager expects.
Summary
Instance methods
-
setData
(inData:TextItemData) : void
- Set the data for the container
-
setText
(inText:String, inIsHTML:Boolean = true) : void
- Set the text for the container
Instance methods
setData
function setData(inData:TextItemData) : void
Set the data for the container
Parameters
inData:the object containing the data
setText
function setText(inText:String,
inIsHTML:Boolean = true) : void
Set the text for the container Utility function, not used by the LanguageManager
Parameters
inText :the string containing the text
inIsHTML:if true, text is rendered as HTML, otherwise directly