org.apache.myfaces.custom.dynaForm.component.dynaForm
Class DynaFormRenderer.AddComponentSimple

java.lang.Object
  extended by org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer.AddComponentSimple
All Implemented Interfaces:
NewComponentListener
Enclosing class:
DynaFormRenderer

protected static class DynaFormRenderer.AddComponentSimple
extends java.lang.Object
implements NewComponentListener


Constructor Summary
protected DynaFormRenderer.AddComponentSimple(javax.faces.component.UIComponent component)
           
 
Method Summary
 void newComponent(java.lang.String fieldName, javax.faces.component.UIComponent label, javax.faces.component.UIComponent component)
          the new component and its label
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynaFormRenderer.AddComponentSimple

protected DynaFormRenderer.AddComponentSimple(javax.faces.component.UIComponent component)
Method Detail

newComponent

public void newComponent(java.lang.String fieldName,
                         javax.faces.component.UIComponent label,
                         javax.faces.component.UIComponent component)
Description copied from interface: NewComponentListener
the new component and its label

Specified by:
newComponent in interface NewComponentListener


Copyright © 2011. All Rights Reserved.