org.rhq.core.gui.configuration
Class RawConfigUIComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.rhq.core.gui.configuration.RawConfigUIComponent
All Implemented Interfaces:
javax.faces.component.StateHolder

public class RawConfigUIComponent
extends javax.faces.component.UIComponentBase

Author:
Adam Young

Field Summary
 javax.faces.component.html.HtmlCommandLink saveLink
           
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
RawConfigUIComponent()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context)
           
 ArrayList<String> getConfigPathList()
           
 String getFamily()
           
 void setConfigPathList(ArrayList<String> configPathList)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

saveLink

public javax.faces.component.html.HtmlCommandLink saveLink
Constructor Detail

RawConfigUIComponent

public RawConfigUIComponent()
Method Detail

getFamily

public String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
IOException

getConfigPathList

public ArrayList<String> getConfigPathList()

setConfigPathList

public void setConfigPathList(ArrayList<String> configPathList)


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