Liferay 6.1.2-ce-ga3

com.liferay.portal.lar
Class PortletDataHandlerChoice

java.lang.Object
  extended by com.liferay.portal.kernel.lar.PortletDataHandlerControl
      extended by com.liferay.portal.kernel.lar.PortletDataHandlerChoice
          extended by com.liferay.portal.lar.PortletDataHandlerChoice

Deprecated. Moved to PortletDataHandlerChoice

public class PortletDataHandlerChoice
extends PortletDataHandlerChoice


Constructor Summary
PortletDataHandlerChoice(String namespace, String controlName)
          Deprecated.  
PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice)
          Deprecated.  
PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice, String[] choices)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataHandlerChoice
getChoices, getDefaultChoice, getDefaultChoiceIndex
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataHandlerControl
getControlName, getNamespace, getNamespacedControlName, getNamespacedControlName, isDisabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDataHandlerChoice

public PortletDataHandlerChoice(String namespace,
                                String controlName)
Deprecated. 

PortletDataHandlerChoice

public PortletDataHandlerChoice(String namespace,
                                String controlName,
                                int defaultChoice)
Deprecated. 

PortletDataHandlerChoice

public PortletDataHandlerChoice(String namespace,
                                String controlName,
                                int defaultChoice,
                                String[] choices)
Deprecated. 

Liferay 6.1.2-ce-ga3