com.liferay.portal.lar
Class PortletDataHandlerChoice

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

public class PortletDataHandlerChoice
extends PortletDataHandlerControl

View Source

Author:
Raymond Augé

Constructor Summary
PortletDataHandlerChoice(java.lang.String namespace, java.lang.String controlName)
           
PortletDataHandlerChoice(java.lang.String namespace, java.lang.String controlName, int defaultChoice)
           
PortletDataHandlerChoice(java.lang.String namespace, 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.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(java.lang.String namespace,
                                java.lang.String controlName)

PortletDataHandlerChoice

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

PortletDataHandlerChoice

public PortletDataHandlerChoice(java.lang.String namespace,
                                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()