Uses of Class
jakarta.faces.component.UIInput

Packages that use UIInput
Package
Description
 
Specialized user interface component classes for HTML.
  • Uses of UIInput in jakarta.faces.component

    Modifier and Type
    Class
    Description
    class 
    UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
    class 
    UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
    class 
    UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
    class 
    UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.
  • Uses of UIInput in jakarta.faces.component.html

    Modifier and Type
    Class
    Description
    class 
    Represents an HTML input element of type file.
    class 
    Represents an HTML input element of type hidden.
    class 
    Represents an HTML input element of type password.
    class 
    Represents an HTML input element of type text.
    class 
    Represents an HTML textarea element.
    class 
    Represents an HTML input element of type checkbox.
    class 
    Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
    class 
    Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
    class 
    Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
    class 
    Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
    class 
    Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
    class 
    Represents a single-selection component that is rendered as a set of HTML input elements of type radio.