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
 
Methods inherited from interface ch.sahits.model.gui.IFormInputElement
getDefaultValue, getSize, isEnabled, isVisible, setDefaultValue, setEnable, setSize, setVisible
 
Methods inherited from interface ch.sahits.model.gui.IFormElement
getId, getName, getTooltip, setId, setName, setTooltip
 

Method Detail

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