Uses of Interface
org.rhq.core.gui.util.FacesComponentIdFactory

Packages that use FacesComponentIdFactory
org.rhq.core.gui.configuration   
org.rhq.core.gui.configuration.propset   
org.rhq.core.gui.util   
 

Uses of FacesComponentIdFactory in org.rhq.core.gui.configuration
 

Classes in org.rhq.core.gui.configuration that implement FacesComponentIdFactory
 class AbstractConfigurationComponent
          An abstract base class for the ConfigUIComponent and the ConfigurationSetComponent JSF component classes.
 class ConfigUIComponent
          A component that represents an RHQ configuration and its associated definition.
 

Uses of FacesComponentIdFactory in org.rhq.core.gui.configuration.propset
 

Classes in org.rhq.core.gui.configuration.propset that implement FacesComponentIdFactory
 class ConfigurationSetComponent
          A component that represents a set of RHQ Configurations which share the same ConfigurationDefinition.
 class PropertySetComponent
           
 

Uses of FacesComponentIdFactory in org.rhq.core.gui.util
 

Methods in org.rhq.core.gui.util with parameters of type FacesComponentIdFactory
static javax.faces.component.html.HtmlPanelGroup FacesComponentUtility.addBlockPanel(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String styleClass)
           
static javax.faces.component.html.HtmlColumn FacesComponentUtility.addColumn(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, CharSequence headerText, String headerStyle)
           
static javax.faces.component.html.HtmlCommandButton FacesComponentUtility.addCommandButton(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String value, String styleClass)
           
static javax.faces.component.html.HtmlCommandLink FacesComponentUtility.addCommandLink(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory)
           
static javax.faces.component.html.HtmlDataTable FacesComponentUtility.addDataTable(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String styleClass)
           
static javax.faces.component.html.HtmlForm FacesComponentUtility.addForm(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory)
           
static javax.faces.component.html.HtmlGraphicImage FacesComponentUtility.addGraphicImage(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String url, String alt)
           
static javax.faces.component.html.HtmlPanelGroup FacesComponentUtility.addInlinePanel(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String styleClass)
           
static javax.faces.component.UIOutput FacesComponentUtility.addJavaScript(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, CharSequence src, CharSequence script)
           
static javax.faces.component.html.HtmlOutputLabel FacesComponentUtility.addLabel(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, javax.faces.component.UIInput associatedInput, String value, String styleClass)
           
static javax.faces.component.html.HtmlMessage FacesComponentUtility.addMessage(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String associatedComponentId, String styleClass)
           
static javax.faces.component.html.HtmlOutputLink FacesComponentUtility.addOutputLink(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String value)
           
static javax.faces.component.html.HtmlOutputText FacesComponentUtility.addOutputText(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, CharSequence value, String styleClass)
           
static javax.faces.component.html.HtmlPanelGrid FacesComponentUtility.addPanelGrid(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, int columns, String styleClass)
           
static javax.faces.component.UIParameter FacesComponentUtility.addParameter(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String name, String value)
           
static org.richfaces.component.html.HtmlSeparator FacesComponentUtility.addSeparator(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory)
           
static org.richfaces.component.html.HtmlSimpleTogglePanel FacesComponentUtility.addSimpleTogglePanel(javax.faces.component.UIComponent parent, FacesComponentIdFactory idFactory, String label)
           
static javax.faces.component.html.HtmlPanelGroup FacesComponentUtility.createBlockPanel(FacesComponentIdFactory idFactory, String styleClass)
           
static
<T extends javax.faces.component.UIComponent>
T
FacesComponentUtility.createComponent(Class<T> componentClass, FacesComponentIdFactory idFactory)
          Creates a UIComponent of the specified type.
static javax.faces.component.html.HtmlOutputText FacesComponentUtility.createOutputText(FacesComponentIdFactory idFactory, CharSequence value, String styleClass)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.