Uses of Class
jakarta.faces.component.UIOutput

Packages that use UIOutput
Package
Description
 
 
Specialized user interface component classes for HTML.
  • Uses of UIOutput in com.sun.faces.ext.component

    Modifier and Type
    Class
    Description
    class 
     
  • Uses of UIOutput in jakarta.faces.component

    Modifier and Type
    Class
    Description
    class 
    UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request parameters on the subsequent request that need to be decoded.
    class 
    This component is paired with the jakarta.faces.Button or jakarta.faces.Link renderers and encapsulates properties relating to the rendering of outcomes directly to the response.
    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 UIOutput in jakarta.faces.component.html

    Modifier and Type
    Class
    Description
    class 
    NONE
    class 
    NONE
    class 
    NONE
    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 "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
    class 
    Represents an HTML a (hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by the outcome property.
    class 
    Represents a component that looks up a localized message in a resource bundle, optionally uses it as a MessageFormat pattern string and substitutes in parameter values from nested UIParameter components, and renders the result.
    class 
    Represents an HTML label element, used to define an accessible label for a corresponding input element.
    class 
    Represents an HTML a (hyperlink) element that may be used to link to an arbitrary URL defined by the value property.
    class 
    Renders the component value as text, optionally wrapping in a span element if I18N attributes, CSS styles or style classes are specified.
    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.