org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
Interface NewComponentListener

All Known Implementing Classes:
DynaFormRenderer.AddComponentSimple

public interface NewComponentListener

This listener will be fired if a new component is ready.


Method Summary
 void newComponent(java.lang.String fieldName, javax.faces.component.UIComponent label, javax.faces.component.UIComponent component)
          the new component and its label
 

Method Detail

newComponent

void newComponent(java.lang.String fieldName,
                  javax.faces.component.UIComponent label,
                  javax.faces.component.UIComponent component)
the new component and its label



Copyright © 2010. All Rights Reserved.