Interface UIFormInput<E>

All Known Implementing Classes:
UICheckBoxInput, UIFormCheckBoxInput, UIFormColorPicker, UIFormComboBox, UIFormDateTimeInput, UIFormHiddenInput, UIFormInputBase, UIFormInputContainer, UIFormInputIconSelector, UIFormInputInfo, UIFormInputItemSelector, UIFormMultiValueInputSet, UIFormPageIterator, UIFormPopupWindow, UIFormRadioBoxInput, UIFormSelectBox, UIFormSelectBoxWithGroups, UIFormStringInput, UIFormTextAreaInput, UIFormUploadInput, UIFormWYSIWYGInput, UIUploadInput

public interface UIFormInput<E>
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 6, 2006 The base interface to create form elements. This interface is implemented by UIFormInputBase, extend it instead of implementing this interface.
See Also: