Package org.exoplatform.webui.form
Interface UIFormInput<E>
- All Known Implementing Classes:
UICheckBoxInput,UIFormCheckBoxInput,UIFormColorPicker,UIFormComboBox,UIFormDateTimeInput,UIFormHiddenInput,UIFormInputBase,UIFormInputContainer,UIFormInputIconSelector,UIFormInputInfo,UIFormInputItemSelector,UIFormInputSetWithAction,UIFormMultiValueInputSet,UIFormPageIterator,UIFormPopupWindow,UIFormRadioBoxInput,UIFormSelectBox,UIFormSelectBoxWithGroups,UIFormStringInput,UIFormTextAreaInput,UIFormUploadInput,UIFormWYSIWYGInput,UIListPermissionSelector,UIPermissionSelector,UIUploadInput,UIUserMembershipSelector
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:
-
Method Summary
Modifier and TypeMethodDescription<E extends Validator>
UIFormInputaddValidator(Class<E> clazz, Object... params) getLabel()getName()getValue()voidreset()