net.sourceforge.smile.test
Class UIComponentMockObject

java.lang.Object
  extended byjavax.faces.component.UIComponentBase
      extended bynet.sourceforge.smile.test.UIComponentMockObject
All Implemented Interfaces:
java.io.Serializable, javax.faces.component.UIComponent

public class UIComponentMockObject
extends javax.faces.component.UIComponentBase

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.faces.component.UIComponent
SEPARATOR_CHAR
 
Constructor Summary
UIComponentMockObject()
           
 
Method Summary
 java.lang.String getComponentType()
           
 
Methods inherited from class javax.faces.component.UIComponentBase
addChild, addChild, addFacet, addValidator, broadcast, clearChildren, clearFacets, clearValidators, containsChild, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributeNames, getChild, getChildCount, getChildren, getClientId, getComponentId, getConverter, getFacet, getFacetNames, getFacetsAndChildren, getParent, getRendererType, getRendersChildren, getRendersSelf, getValidators, isRendered, isValid, processDecodes, processReconstitutes, processUpdates, processValidators, reconstitute, removeChild, removeChild, removeFacet, removeValidator, setAttribute, setComponentId, setConverter, setParent, setRendered, setRendererType, setValid, updateModel, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentMockObject

public UIComponentMockObject()
Method Detail

getComponentType

public java.lang.String getComponentType()