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

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

public class FalseUIComponent
extends UIComponentBase

The False 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:
FalseTag

Constructor Summary
FalseUIComponent()
           
 
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

FalseUIComponent

public FalseUIComponent()
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.