edu.nrao.sss.webapp.faces.component
Class TrueUIComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by edu.nrao.sss.webapp.faces.component.TrueUIComponent
All Implemented Interfaces:
StateHolder

public class TrueUIComponent
extends UIComponentBase

The True component isn't really a UI component so much as a flow control component. It only has meaning inside an If tag. This does not render itself at all.

Author:
btruitt
See Also:
TrueTag

Constructor Summary
TrueUIComponent()
           
 
Method Summary
 String getFamily()
           
 boolean getRendersChildren()
           
 boolean isRendered()
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueUIComponent

public TrueUIComponent()
Method Detail

getFamily

public String getFamily()
Specified by:
getFamily in class UIComponent

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class UIComponentBase

isRendered

public boolean isRendered()
Overrides:
isRendered in class UIComponentBase


Copyright © 2009. All Rights Reserved.