Uiinfrastructure API Docs  
 

UIFactoryHelper.updateStrings Method

Overload List

 

new public static void updateStrings(PTConstruct);

This method updates all of the appropriate strings within a construct with localized versions of those strings.

Each construct offers a StrinDictionary containing ElementName/stringid pairs. The ElementName indicates a nested HTMLElement object, the string id indicates a localized string.

This method obtains each nested element indicated by the set of ElementName objects. If that nested HTMLElement is an HTMLGenericElement, then it is replaced with the corresponding localized string. If the nested element is any other type of HTMLElement object, the corresponding localized string is nested within the nested element.

public static void updateStrings(PTConstruct,AActivitySpace);

See Also

UIFactoryHelper Class | com.plumtree.uiinfrastructure.htmlconstructs Namespace