Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Control: f:javax.faces.Component

f:javax.faces.Component
   xp:column
   xp:viewColumn
   xp:button
   xp:eventHandler
   xp:pagerControl
   xp:fileDownload
   xp:viewPanel
      xe:dynamicViewPanel
   xp:dataTable
   xp:image
      xe:multiImage
   xp:message
   xp:messages
   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
   xp:panel
      xp:include
   xp:pager
      xp:viewPager
   xp:section
   xp:tabbedPanel
   xp:tabPanel
   xp:viewColumnHeader
   xp:selectItem
   xp:selectItems
   xe:ajaxBlock
   xe:applicationLayout
   xe:calendarView
   xe:djAccordionContainer
   xe:djBorderContainer
   xe:djContentPane
      xe:djAccordionPane
      xe:djBorderPane
      xe:djStackPane
      xe:djTabPane
   xe:djSliderRule
      xe:djSliderRuleLabels
   xe:djStackContainer
   xe:djTabContainer
   xe:djxDataGrid
   xe:djxmHeading
   xe:djxmRoundRectList
   xe:namePicker
   xe:valuePicker
   xe:accordion
   xe:breadCrumbs
   xe:dropDownButton
   xe:linksList
   xe:navigator
   xe:outline
   xe:popupMenu
   xe:sortLinks
   xe:toolbar
   xe:pagerAddRows
   xe:pagerDetail
   xe:pagerExpand
   xe:pagerSaveState
   xe:pagerSizes
   xe:formTable
   xe:dynamicContent
   xe:inPlaceForm
   xe:dialog
      xe:tooltipDialog
   xe:djxDataGridColumn
   xe:djxDataGridRow
   xe:formRow
   xe:forumPost
   xe:iCalReadStore
   xe:jsonRpcService
   xe:keepSessionAlive
   xe:listSeparator
   xe:listView
   xe:listViewColumn
   xe:mApp
   xe:mHeader
   xe:mLineItem
   xe:mPage
   xe:notesCalendarStore
   xe:notesListViewDesign
   xe:notesListViewStore
   xe:restService
   xe:switchFacet
   xe:tagCloud
   xe:tooltip
   xe:widgetContainer
   xc:CalendarStoreCustom
   xc:CalendarStoreCustomRestService
   xc:cctest
   xc:Color_Slider
   xc:Frame_iPhone
   xc:LeftAdmin
   xc:LeftConnections
   xc:LeftCore
   xc:LeftDomino
   xc:LeftDWA
   xc:LeftMobile
   xc:LeftOneUI
   xc:LeftSametime
   xc:mConfiguration
   xc:mConfigurationNoOffline
   xc:mDocumentContainer
   xc:mHeader
   xc:mInitialize
   xc:mPage
   xc:mRectangle
   xc:mRectangleEntry
   xc:mRectangleHeader
   xc:mRectangleSimpleEntry
   xc:mView
   xc:myDocument
   xc:OneUILayout
   xp:br
   xp:div
   xp:paragraph
   xp:span
   xp:table
   xp:td
   xp:tr
   xp:callback
   xe:dataView
   xe:forumView
   xp:repeat
   xp:dateTimeHelper
   xp:platformEvent
   xp:typeAhead

Properties

Java

Java Class: javax.faces.component.UIComponent


basics

binding, object - javax.faces.component.UIComponent
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
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
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
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
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

styling

disableTheme, boolean
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
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