Liferay 6.2-ce-ga5

com.liferay.portal.kernel.lar
Class PortletDataHandlerChoice

java.lang.Object
  extended by com.liferay.portal.kernel.lar.PortletDataHandlerControl
      extended by com.liferay.portal.kernel.lar.PortletDataHandlerChoice
Direct Known Subclasses:
PortletDataHandlerChoice

public class PortletDataHandlerChoice
extends PortletDataHandlerControl


Constructor Summary
PortletDataHandlerChoice(String namespace, String controlName)
           
PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice)
           
PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice, String[] choices)
           
 
Method Summary
 String[] getChoices()
           
 String getDefaultChoice()
           
 int getDefaultChoiceIndex()
           
 
Methods inherited from class com.liferay.portal.kernel.lar.PortletDataHandlerControl
getClassName, getControlLabel, getControlName, getHelpMessage, getNamespace, getNamespacedControlName, getNamespacedControlName, getReferrerClassName, isDisabled, setNamespace
 
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)

PortletDataHandlerChoice

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

PortletDataHandlerChoice

public PortletDataHandlerChoice(String namespace,
                                String controlName,
                                int defaultChoice,
                                String[] choices)
Method Detail

getChoices

public String[] getChoices()

getDefaultChoice

public String getDefaultChoice()

getDefaultChoiceIndex

public int getDefaultChoiceIndex()

Liferay 6.2-ce-ga5