public class ValueList<T> extends Object
Constructor and Description |
---|
ValueList(List<T> values) |
ValueList(List<T> values,
int selected) |
ValueList(List<T> values,
int selected,
String s_none) |
ValueList(List<T> values,
String s_none) |
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
int |
getSelectedIndex() |
int |
indexOf(Object anObject) |
void |
reset(List<T> values,
int selected,
String s_none) |
void |
setSelectedIndex(int index) |
int |
size() |
String |
toString() |
public void reset(List<T> values, int selected, String s_none)
values
- selected
- s_none
- public int getSelectedIndex()
public void setSelectedIndex(int index)
index
- public int size()
public T get(int index)
index
- public int indexOf(Object anObject)
Copyright © 2005–2020. All rights reserved.