Package ch.sahits.model.gui

Interface Summary
IForm Definition of a form with all its contents.
IFormBaseList This basic interface defines a list with multiple entries
IFormButton This interface defines a button
IFormCheckbox This interface defines a check box button
IFormCombo Definition of a drop-down combo
IFormElement This interface is a base interface for all elements that may be contained in a form
IFormFileUpload This input field defines a form field for file upload
IFormGroup This interface defines a container that can hold several form elements.
IFormHidden This interface defines a hidden form value
IFormImageButton This interface denotes a image button
IFormInput Definition of an input field
IFormInputElement This interface defines a class of the form that accepts an input.
IFormLabel This interface defines normal text within the form.
IFormList This interface defines a form list
IFormPasswordInput This interface defines a passwor input field
IFormRadioButton This interface defines a radio button element of a form
IFormResetButton This interface denotes a reset button
IFormSubmitButton This interface denotes a submit button
 

Enum Summary
EFormLayout This enumeration list all the possible layouts of a form