ch.sahits.model.gui
Interface IFormBaseList
- All Superinterfaces:
- IFormElement, IFormInputElement
- All Known Subinterfaces:
- IFormCombo, IFormList
public interface IFormBaseList
- extends IFormInputElement
This basic interface defines a list with multiple entries
- Since:
- 0.9.4
- Author:
- Andi Hotz
|
Method Summary |
void |
add(java.lang.String value)
Add a value to the combo |
java.util.List<java.lang.String> |
elements()
Retrieve a list of all values of the List |
elements
java.util.List<java.lang.String> elements()
- Retrieve a list of all values of the List
- Returns:
- List of values
add
void add(java.lang.String value)
- Add a value to the combo
- Parameters:
value - to be added