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

All Known Implementing Classes:
DynaForm.AddComponentSimple, DynaForm.AddComponentToTable

public interface NewComponentListener

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


Method Summary
 boolean containsComponent(javax.faces.component.UIComponent destCmp, String id)
          check if the component has been added already
 void newComponent(javax.faces.component.UIComponent destCmp, MetaField field, String fieldName, javax.faces.component.UIComponent label, javax.faces.component.UIComponent component)
          the new component and its label
 

Method Detail

newComponent

void newComponent(javax.faces.component.UIComponent destCmp,
                  MetaField field,
                  String fieldName,
                  javax.faces.component.UIComponent label,
                  javax.faces.component.UIComponent component)
the new component and its label


containsComponent

boolean containsComponent(javax.faces.component.UIComponent destCmp,
                          String id)
check if the component has been added already



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.