Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.LayoutType

Packages that use LayoutType
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of LayoutType in com.liferay.portal.model
 

Subinterfaces of LayoutType in com.liferay.portal.model
 interface LayoutTypePortlet
           
 

Methods in com.liferay.portal.model that return LayoutType
 LayoutType LayoutWrapper.getLayoutType()
           
 LayoutType Layout.getLayoutType()
           
 

Uses of LayoutType in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutType
 class LayoutTypeImpl
           
 class LayoutTypePortletImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutType
 LayoutType LayoutImpl.getLayoutType()
           
 


Liferay 6.1.2-ce-ga3