Liferay 7.0-ce-b4

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()
          Returns the current layout's LayoutType.
 LayoutType Layout.getLayoutType()
          Returns the current layout's LayoutType.
 

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

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

Methods in com.liferay.portal.model.impl that return LayoutType
 LayoutType VirtualLayout.getLayoutType()
           
 LayoutType LayoutImpl.getLayoutType()
          Returns the current layout's LayoutType.
 


Liferay 7.0-ce-b4