public class PortletDataHandlerChoice extends PortletDataHandlerControl
Constructor and Description |
---|
PortletDataHandlerChoice(String namespace,
String controlName) |
PortletDataHandlerChoice(String namespace,
String controlName,
int defaultChoice) |
PortletDataHandlerChoice(String namespace,
String controlName,
int defaultChoice,
String[] choices) |
Modifier and Type | Method and Description |
---|---|
String[] |
getChoices() |
String |
getDefaultChoice() |
int |
getDefaultChoiceIndex() |
getClassName, getControlLabel, getControlName, getHelpMessage, getNamespace, getNamespacedControlName, getNamespacedControlName, getReferrerClassName, isDisabled, setNamespace
public PortletDataHandlerChoice(String namespace, String controlName)
public PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice)
public PortletDataHandlerChoice(String namespace, String controlName, int defaultChoice, String[] choices)