public class SelectList extends Selector
Constructor and Description |
---|
SelectList() |
SelectList(String label,
String id,
String template,
String required,
String multiple) |
Modifier and Type | Method and Description |
---|---|
void |
addChoice(ListChoice c) |
boolean |
equals(Object o)
Instances which have same id are equal.
|
ArrayList |
getChoices() |
SelectList |
getFirstNestedSelector() |
int |
getSize() |
int |
hashCode()
Override Object.hashCode() to implement equals.
|
boolean |
hasNestedSelectors() |
appendQuery, getDescription, getId, getSelectType, getTemplate, getTitle, isMultiple, isRequired, isUsed, setCompoundSelectors, setDescription, setId, setMultiple, setRequired, setTemplate, setTitle, setUsed
public void addChoice(ListChoice c)
public boolean hasNestedSelectors()
public SelectList getFirstNestedSelector()
public ArrayList getChoices()
public int getSize()
public boolean equals(Object o)
Selector
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.