com.liferay.portal.kernel.lar
Class PortletDataHandlerChoice

java.lang.Object
  extended bycom.liferay.portal.kernel.lar.PortletDataHandlerControl
      extended bycom.liferay.portal.kernel.lar.PortletDataHandlerChoice

public class PortletDataHandlerChoice
extends PortletDataHandlerControl

View Source

Author:
Raymond Augé

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

Constructor Detail

PortletDataHandlerChoice

public PortletDataHandlerChoice(java.lang.String controlName)

PortletDataHandlerChoice

public PortletDataHandlerChoice(java.lang.String controlName,
                                int defaultChoice)

PortletDataHandlerChoice

public PortletDataHandlerChoice(java.lang.String controlName,
                                int defaultChoice,
                                java.lang.String[] choices)
Method Detail

getChoices

public java.lang.String[] getChoices()

getDefaultChoice

public java.lang.String getDefaultChoice()

getDefaultChoiceIndex

public int getDefaultChoiceIndex()