Liferay 6.1.2-ce-ga3

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

Packages that use TranslatedList
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
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.1.2-ce-ga3