Uses of Class
javax.faces.component.UIInput
-
Packages that use UIInput Package Description javax.faces.component javax.faces.component.html org.apache.myfaces.core.api.shared -
-
Uses of UIInput in javax.faces.component
Subclasses of UIInput in javax.faces.component Modifier and Type Class Description class
UISelectBoolean
A component that allows the user to select or unselect an object.class
UISelectMany
Base class for the various component classes that allow a user to select zero or more options from a set.class
UISelectOne
Component for choosing one option out of a set of possibilities.class
UIViewParameter
TODO: documentation on jsp and pld are not the same. -
Uses of UIInput in javax.faces.component.html
Subclasses of UIInput in javax.faces.component.html Modifier and Type Class Description class
HtmlInputFile
class
HtmlInputHidden
Renders as an HTML input tag with its type set to "hidden".class
HtmlInputSecret
class
HtmlInputText
class
HtmlInputTextarea
class
HtmlSelectBooleanCheckbox
class
HtmlSelectManyCheckbox
class
HtmlSelectManyListbox
class
HtmlSelectManyMenu
class
HtmlSelectOneListbox
class
HtmlSelectOneMenu
class
HtmlSelectOneRadio
-
Uses of UIInput in org.apache.myfaces.core.api.shared
Methods in org.apache.myfaces.core.api.shared with parameters of type UIInput Modifier and Type Method Description static void
ComponentUtils. callValidators(FacesContext context, UIInput input, Object convertedValue)
-