Uses of Interface
javax.faces.component.UniqueIdVendor

Packages that use UniqueIdVendor
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of UniqueIdVendor in javax.faces.component
 

Classes in javax.faces.component that implement UniqueIdVendor
 class TestNamingContainer
          Test NamingContainer implementation with tracing.
 class UIData
          UIData is a UIComponent that supports data binding to a collection of data objects represented by a DataModel instance, which is the current value of this component itself (typically established via a ValueExpression).
 class UIForm
          UIForm is a UIComponent that represents an input form to be presented to the user, and whose child components represent (among other things) the input fields to be included when the form is submitted.
 class UINamingContainer
          UINamingContainer is a convenience base class for components that wish to implement NamingContainer functionality.
 class UIViewRoot
          UIViewRoot is the UIComponent that represents the root of the UIComponent tree.
 

Uses of UniqueIdVendor in javax.faces.component.html
 

Classes in javax.faces.component.html that implement UniqueIdVendor
 class HtmlDataTable
          Represents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTML table element.
 class HtmlForm
          Represents an HTML form element.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.