Uiinfrastructure API Docs  
 

FactoryHelper.XPDictionaryToTable Method 

This method takes a string dictionary, and constructs an HTML table from the values in this dictionary. This method is to be used purely for debuggin purposes, the HTMLTable returned has no true display value.

public static HTMLTable XPDictionaryToTable(
   XPStringDictionary sd
);

Parameters

sd

Return Value

See Also

FactoryHelper Class | com.plumtree.xpshared.htmlconstructs Namespace