ch.sahits.model.gui
Interface IFormCombo

All Superinterfaces:
IFormBaseList, IFormElement, IFormInputElement

public interface IFormCombo
extends IFormBaseList

Definition of a drop-down combo

Since:
0.9.4
Author:
Andi Hotz

Method Summary
 int getSelectedIndex()
          Retrieve the index of the default value
 
Methods inherited from interface ch.sahits.model.gui.IFormBaseList
add, elements
 
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

getSelectedIndex

int getSelectedIndex()
Retrieve the index of the default value

Returns:
index of the default value