Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Control: f:javax.faces.Output

f:javax.faces.Component
   f:javax.faces.Output
      xp:checkBoxGroup
      xp:listBox
      xp:comboBox
      xp:radioGroup
      xp:radio
      xp:fileUpload
      xp:checkBox
      xe:djHorizontalSlider
      xe:djVerticalSlider
      xe:djButton
         xe:djRadioButton
         xe:djToggleButton
            xe:djCheckBox
      xe:djextListTextBox
         xe:djextNameTextBox
      xe:djTextBox
         xe:djTextarea
            xe:djSimpleTextarea
         xe:djValidationTextBox
            xe:djCurrencyTextBox
            xe:djDateTextBox
            xe:djNumberTextBox
               xe:djNumberSpinner
            xe:djTimeTextBox
            xe:djComboBox
               xe:djFilteringSelect
      xp:inputRichText
      xp:inputText
      xp:inputHidden
      xp:inputTextarea
      xp:link
      xp:text
      xp:viewTitle
      xp:label
      xp:scriptBlock

Properties

Java

Java Class: javax.faces.component.UIOutput


basics

binding, object - javax.faces.component.UIComponent  [Inherited]
Control Binding
Specifies an expression that binds the control to a particular control property.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding false
loaded, boolean  [Inherited]
Loaded
Specifies whether or not the control should be created when the page is loaded. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
id, string  [Inherited]
Control Identifier
Specifies the name identifier for the control. No two controls can have the same name identifier in a single page.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
rendered, boolean  [Inherited]
Rendered Flag
Indicates whether or not the control should be displayed or processed on any subsequent form submission.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
rendererType, string  [Inherited]
Renderer Type
Identifies (with the "family" defined by the control) an appropriate renderer to encode and decode this control
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true

data

value, generic
Value
Contains the current value of the control
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
converter, f:converterInterface - javax.faces.convert.Converter
Converter
Converter instance registered with this control
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true

styling

disableTheme, boolean  [Inherited]
Disable Theme
A flag used to determine if the theme should be applied to this control.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
themeId, string  [Inherited]
Theme Id
The theme id that should be used to set the component properties when a theme is applied
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true