Uses of Interface
com.sun.rave.web.ui.component.util.factories.ComponentFactory

Packages that use ComponentFactory
com.sun.rave.web.ui.component.util.descriptors   
com.sun.rave.web.ui.component.util.factories   
 

Uses of ComponentFactory in com.sun.rave.web.ui.component.util.descriptors
 

Methods in com.sun.rave.web.ui.component.util.descriptors that return ComponentFactory
protected  ComponentFactory ComponentType.createFactory()
          This method creates a new factory.
 ComponentFactory ComponentType.getFactory()
          This method provides access to the UIComponentFactory.
 

Uses of ComponentFactory in com.sun.rave.web.ui.component.util.factories
 

Classes in com.sun.rave.web.ui.component.util.factories that implement ComponentFactory
 class AnchorFactory
           This factory is responsible for instantiating a Anchor UIComponent.
 class ButtonFactory
           This factory is responsible for instantiating a radio button UIComponent.
 class ComponentFactoryBase
           This abstract class provides common functionality for UIComponent factories.
 class FieldFactory
           This factory is responsible for instantiating a radio button UIComponent.
 class HelpInlineFactory
           This factory is responsible for instantiating a HelpInline UIComponent.
 class HyperlinkFactory
           This factory is responsible for instantiating a Hyperlink UIComponent.
 class IconFactory
           This factory is responsible for instantiating an icon UIComponent.
 class IconHyperlinkFactory
           This factory is responsible for instantiating an icon hyperlink UIComponent.
 class ImageComponentFactory
           This factory is responsible for creating a ImageComponent UIComponent.
 class ImageHyperlinkFactory
           This factory is responsible for instantiating an icon hyperlink UIComponent.
 class LabelFactory
           This factory is responsible for creating a Label UIComponent.
 class LegendFactory
           This factory is responsible for instantiating a legend UIComponent.
 class LocalizedStringFactory
           This factory is responsible for creating a UIComponent that contains a localized message.
 class StaticTextFactory
           This factory is responsible for instantiating a static text UIComponent.