Uses of Class
javax.faces.component.UIComponent

Packages that use UIComponent
javax.faces.application   
javax.faces.component   
javax.faces.component.html   
javax.faces.context   
javax.faces.convert   
javax.faces.event   
javax.faces.render   
javax.faces.validator   
javax.faces.webapp   
 

Uses of UIComponent in javax.faces.application
 

Methods in javax.faces.application that return UIComponent
abstract  UIComponent Application.createComponent(java.lang.String componentType)
          Create a new UIComponent subclass, using the mappings defined by previous calls to the addComponent method of this class.
abstract  UIComponent Application.createComponent(ValueBinding componentBinding, FacesContext context, java.lang.String componentType)
          Create an object which has an associating "binding" expression tying the component to a user property.
 

Uses of UIComponent in javax.faces.component
 

Subclasses of UIComponent in javax.faces.component
 class UIColumn
          see Javadoc of JSF Specification
 class UICommand
          see Javadoc of JSF Specification
 class UIComponentBase
          Standard implementation of the UIComponent base class; all standard JSF components extend this class.
 class UIData
          Represents a component which has multiple "rows" of data.
 class UIForm
          see Javadoc of JSF Specification
 class UIGraphic
          see Javadoc of JSF Specification
 class UIInput
          see Javadoc of JSF Specification
 class UIMessage
          Javadoc says default for showDetail is false, but Specs say it is true!? see Javadoc of JSF Specification
 class UIMessages
          see Javadoc of JSF Specification
 class UINamingContainer
          see Javadoc of JSF Specification
 class UIOutput
          see Javadoc of JSF Specification
 class UIPanel
          see Javadoc of JSF Specification
 class UIParameter
          see Javadoc of JSF Specification
 class UISelectBoolean
          see Javadoc of JSF Specification
 class UISelectItem
          A component representing a single option that the user can choose.
 class UISelectItems
          see Javadoc of JSF Specification
 class UISelectMany
          see Javadoc of JSF Specification
 class UISelectOne
          Component for choosing one option out of a set of possibilities.
 class UIViewRoot
          see Javadoc of JSF Specification
 

Methods in javax.faces.component that return UIComponent
 UIComponent UIComponentBase.findComponent(java.lang.String expr)
          Standard method for finding other components by id, inherited by most UIComponent objects.
abstract  UIComponent UIComponent.findComponent(java.lang.String expr)
           
 UIComponent UIComponentBase.getFacet(java.lang.String name)
           
abstract  UIComponent UIComponent.getFacet(java.lang.String name)
           
 UIComponent UIData.getFooter()
           
 UIComponent UIColumn.getFooter()
           
 UIComponent UIData.getHeader()
           
 UIComponent UIColumn.getHeader()
           
 UIComponent UIComponentBase.getParent()
           
abstract  UIComponent UIComponent.getParent()
           
 

Methods in javax.faces.component with parameters of type UIComponent
 void UIData.setFooter(UIComponent footer)
           
 void UIColumn.setFooter(UIComponent footer)
           
 void UIData.setHeader(UIComponent header)
           
 void UIColumn.setHeader(UIComponent header)
           
 void UIComponentBase.setParent(UIComponent parent)
           
abstract  void UIComponent.setParent(UIComponent parent)
          For JSF-framework internal use only.
 

Uses of UIComponent in javax.faces.component.html
 

Subclasses of UIComponent in javax.faces.component.html
 class HtmlCommandButton
          see Javadoc of JSF Specification
 class HtmlCommandLink
          see Javadoc of JSF Specification
 class HtmlDataTable
          Extend standard UIData component to add support for html-specific features such as CSS style attributes and event handler scripts.
 class HtmlForm
          see Javadoc of JSF Specification
 class HtmlGraphicImage
          see Javadoc of JSF Specification
 class HtmlInputHidden
          see Javadoc of JSF Specification
 class HtmlInputSecret
          see Javadoc of JSF Specification
 class HtmlInputText
          see Javadoc of JSF Specification
 class HtmlInputTextarea
          see Javadoc of JSF Specification
 class HtmlMessage
          see Javadoc of JSF Specification
 class HtmlMessages
          see Javadoc of JSF Specification
 class HtmlOutputFormat
          see Javadoc of JSF Specification
 class HtmlOutputLabel
          see Javadoc of JSF Specification
 class HtmlOutputLink
          see Javadoc of JSF Specification
 class HtmlOutputText
          see Javadoc of JSF Specification
 class HtmlPanelGrid
          see Javadoc of JSF Specification
 class HtmlPanelGroup
          see Javadoc of JSF Specification
 class HtmlSelectBooleanCheckbox
          see Javadoc of JSF Specification
 class HtmlSelectManyCheckbox
          see Javadoc of JSF Specification
 class HtmlSelectManyListbox
          see Javadoc of JSF Specification
 class HtmlSelectManyMenu
          see Javadoc of JSF Specification
 class HtmlSelectOneListbox
          see Javadoc of JSF Specification
 class HtmlSelectOneMenu
          see Javadoc of JSF Specification
 class HtmlSelectOneRadio
          see Javadoc of JSF Specification
 

Uses of UIComponent in javax.faces.context
 

Methods in javax.faces.context with parameters of type UIComponent
abstract  void ResponseWriter.startElement(java.lang.String name, UIComponent component)
           
 

Uses of UIComponent in javax.faces.convert
 

Methods in javax.faces.convert with parameters of type UIComponent
 java.lang.Object Converter.getAsObject(FacesContext context, UIComponent component, java.lang.String value)
           
 java.lang.Object LongConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object BooleanConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object BigDecimalConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object ByteConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object DoubleConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object ShortConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object CharacterConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object FloatConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object DateTimeConverter.getAsObject(FacesContext context, UIComponent component, java.lang.String value)
           
 java.lang.Object NumberConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object IntegerConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.Object BigIntegerConverter.getAsObject(FacesContext facesContext, UIComponent uiComponent, java.lang.String value)
           
 java.lang.String Converter.getAsString(FacesContext context, UIComponent component, java.lang.Object value)
           
 java.lang.String LongConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String BooleanConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String BigDecimalConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String ByteConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String DoubleConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String ShortConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String CharacterConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String FloatConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String DateTimeConverter.getAsString(FacesContext context, UIComponent component, java.lang.Object value)
           
 java.lang.String NumberConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String IntegerConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 java.lang.String BigIntegerConverter.getAsString(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 

Uses of UIComponent in javax.faces.event
 

Methods in javax.faces.event that return UIComponent
 UIComponent FacesEvent.getComponent()
           
 

Constructors in javax.faces.event with parameters of type UIComponent
ActionEvent(UIComponent uiComponent)
           
FacesEvent(UIComponent uiComponent)
           
ValueChangeEvent(UIComponent uiComponent, java.lang.Object oldValue, java.lang.Object newValue)
           
 

Uses of UIComponent in javax.faces.render
 

Methods in javax.faces.render with parameters of type UIComponent
 void Renderer.decode(FacesContext context, UIComponent component)
           
 void Renderer.encodeBegin(FacesContext context, UIComponent component)
           
 void Renderer.encodeChildren(FacesContext context, UIComponent component)
           
 void Renderer.encodeEnd(FacesContext context, UIComponent component)
           
 java.lang.Object Renderer.getConvertedValue(FacesContext context, UIComponent component, java.lang.Object submittedValue)
           
 

Uses of UIComponent in javax.faces.validator
 

Methods in javax.faces.validator with parameters of type UIComponent
 void Validator.validate(FacesContext context, UIComponent component, java.lang.Object value)
           
 void LongRangeValidator.validate(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 void DoubleRangeValidator.validate(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 void LengthValidator.validate(FacesContext facesContext, UIComponent uiComponent, java.lang.Object value)
           
 

Uses of UIComponent in javax.faces.webapp
 

Methods in javax.faces.webapp that return UIComponent
protected  UIComponent UIComponentTag.findComponent(FacesContext context)
          Return the corresponding UIComponent for this tag, creating it if necessary.
 UIComponent UIComponentTag.getComponentInstance()
          Return the UIComponent instance associated with this tag.
 

Methods in javax.faces.webapp with parameters of type UIComponent
protected  void UIComponentTag.setProperties(UIComponent component)
           
 



Copyright © 2009. All Rights Reserved.