Uses of Class
org.exoplatform.webui.form.UIFormInputBase
Packages that use UIFormInputBase
Package
Description
-
Uses of UIFormInputBase in org.exoplatform.webui.form
Subclasses of UIFormInputBase in org.exoplatform.webui.formModifier and TypeClassDescriptionclassDeprecated.classCreated by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com Jul 14, 2006 A date picker elementclassCreated by The eXo Platform SARL Author : lxchiati lebienthuyt@gmail.com Jun 6, 2006 Repesents a hidden input fieldclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006 Represents an icon selectorclassRepresents a info text elementclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006 Represents any item selector, of a given typeclassRepresents a radio box element The selected box value is stored in the value_ property of UIFormInputBaseclassRepresents a select elementclassRepresents a select elementclassCreated by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 6, 2006 Represents a input string field The value is stored in UIFormInputBaseclassRepresents a textarea element The value is stored in UIFormInputBaseclassDeprecated.Use UIUploadInput insteadMethods in org.exoplatform.webui.form that return UIFormInputBaseModifier and TypeMethodDescription<E extends Validator>
UIFormInputBase<T> UIFormInputBase.addValidator(Class<E> clazz, Object... params) UIFormMultiValueInputSet.createUIFormInput(int idx) UIFormInputBase.setDisabled(boolean disabled) Specifies that this input field should be disabled OR NOT.UIFormInputBase.setEditable(boolean editable) Deprecated.UsesetReadOnly(boolean)insteadUIFormInputBase.setEnable(boolean enable) Deprecated.UsesetDisabled(boolean)insteadUIFormInputBase.setReadOnly(boolean readonly) Specifies that this input field should be read-only OR NOT.Methods in org.exoplatform.webui.form that return types with arguments of type UIFormInputBaseModifier and TypeMethodDescriptionClass<? extends UIFormInputBase> UIFormMultiValueInputSet.getUIFormInputBase()Method parameters in org.exoplatform.webui.form with type arguments of type UIFormInputBaseModifier and TypeMethodDescriptionvoidUIFormMultiValueInputSet.setType(Class<? extends UIFormInputBase> clazz) -
Uses of UIFormInputBase in org.exoplatform.webui.form.ext
Subclasses of UIFormInputBase in org.exoplatform.webui.form.extModifier and TypeClassDescriptionclassCreated by The eXo Platform SAS Author : Pham Tuan tuan.pham@exoplatform.com Feb 29, 2008classCreated by The eXo Platform SARL Author : Tuan Pham tuan.pham@exoplatform.com Dec 3, 2007 -
Uses of UIFormInputBase in org.exoplatform.webui.form.input
Subclasses of UIFormInputBase in org.exoplatform.webui.form.inputModifier and TypeClassDescriptionclassRepresent an html checkbox input
This class is a replacement forUIFormCheckBoxInput
Still support raising event when user click the checkbox, but now we only accept boolean value.class -
Uses of UIFormInputBase in org.exoplatform.webui.form.wysiwyg
Subclasses of UIFormInputBase in org.exoplatform.webui.form.wysiwyg
UICheckBoxInputinstead