Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.util.TranslatedList

Packages that use TranslatedList
com.liferay.portal.kernel.util   
com.liferay.portal.xml   
 

Uses of TranslatedList in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return TranslatedList
protected abstract  TranslatedList<E,F> TranslatedList.newInstance(List<E> newList, List<F> oldList)
           
 

Uses of TranslatedList in com.liferay.portal.xml
 

Subclasses of TranslatedList in com.liferay.portal.xml
 class NodeList<E,F>
           
 

Methods in com.liferay.portal.xml that return TranslatedList
protected  TranslatedList<E,F> NodeList.newInstance(List<E> newList, List<F> oldList)
           
 


Liferay 6.0-ee