Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.expando.model.ExpandoTableModel

Packages that use ExpandoTableModel
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
 

Uses of ExpandoTableModel in com.liferay.portlet.expando.model
 

Subinterfaces of ExpandoTableModel in com.liferay.portlet.expando.model
 interface ExpandoTable
          The extended model interface for the ExpandoTable service.
 

Classes in com.liferay.portlet.expando.model that implement ExpandoTableModel
 class ExpandoTableWrapper
           This class is a wrapper for ExpandoTable.
 

Uses of ExpandoTableModel in com.liferay.portlet.expando.model.impl
 

Classes in com.liferay.portlet.expando.model.impl that implement ExpandoTableModel
 class ExpandoTableBaseImpl
          The extended model base implementation for the ExpandoTable service.
 class ExpandoTableImpl
           
 class ExpandoTableModelImpl
          The base model implementation for the ExpandoTable service.
 


Liferay 6.1.2-ce-ga3