org.apache.myfaces.tobago.component
Interface OnComponentPopulated

All Known Implementing Classes:
AbstractUIBox, AbstractUIButton, AbstractUICell, AbstractUICommand, AbstractUICommandBase, AbstractUIDatePicker, AbstractUIIn, AbstractUILink, AbstractUIPage, AbstractUIPanel, AbstractUIPopup, AbstractUISelectItem, AbstractUISheet, AbstractUITabGroup, AbstractUIToolBarCommand, AbstractUIWizard, UIBox, UIButton, UICell, UICommand, UIDatePicker, UIExtensionPanel, UIIn, UILink, UIMenuCommand, UIPage, UIPanel, UIPopup, UISelectBooleanCommand, UISelectItem, UISheet, UITab, UITabGroup, UIToolBarCheck, UIToolBarCommand, UIToolBarSelectOne, UITreeCommand, UIWizard

public interface OnComponentPopulated


Field Summary
static String MARKER
           
 
Method Summary
 void onComponentPopulated(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent)
           
 

Field Detail

MARKER

static final String MARKER
See Also:
Constant Field Values
Method Detail

onComponentPopulated

void onComponentPopulated(javax.faces.context.FacesContext facesContext,
                          javax.faces.component.UIComponent parent)


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.