Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.lar.PortletDataHandlerControl

Packages that use PortletDataHandlerControl
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
 

Uses of PortletDataHandlerControl in com.liferay.portal.kernel.lar
 

Subclasses of PortletDataHandlerControl in com.liferay.portal.kernel.lar
 class PortletDataHandlerBoolean
           
 class PortletDataHandlerChoice
           
 

Methods in com.liferay.portal.kernel.lar that return PortletDataHandlerControl
 PortletDataHandlerControl[] PortletDataHandlerBoolean.getChildren()
           
 PortletDataHandlerControl[] BasePortletDataHandler.getExportControls()
           
 PortletDataHandlerControl[] PortletDataHandler.getExportControls()
          Returns an array of the controls defined for this data handler.
 PortletDataHandlerControl[] BasePortletDataHandler.getExportMetadataControls()
           
 PortletDataHandlerControl[] PortletDataHandler.getExportMetadataControls()
          Returns an array of the metadata controls defined for this data handler.
 PortletDataHandlerControl[] BasePortletDataHandler.getImportControls()
           
 PortletDataHandlerControl[] PortletDataHandler.getImportControls()
          Returns an array of the controls defined for this data handler.
 PortletDataHandlerControl[] BasePortletDataHandler.getImportMetadataControls()
           
 PortletDataHandlerControl[] PortletDataHandler.getImportMetadataControls()
          Returns an array of the metadata controls defined for this data handler.
 

Constructors in com.liferay.portal.kernel.lar with parameters of type PortletDataHandlerControl
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState, boolean disabled, PortletDataHandlerControl[] children)
           
PortletDataHandlerBoolean(String namespace, String controlName, boolean defaultState, PortletDataHandlerControl[] children)
           
 

Uses of PortletDataHandlerControl in com.liferay.portal.lar
 

Subclasses of PortletDataHandlerControl in com.liferay.portal.lar
 class PortletDataHandlerControl
          Deprecated. Moved to PortletDataHandlerControl
 


Liferay 6.1.2-ce-ga3