org.apache.myfaces.shared_tomahawk.component
Interface ExecuteOnCallback


Deprecated. will be moved to tomahawk later

public interface ExecuteOnCallback

With findComponent - you get a component, but this component might not be prepared to actually have the correct context information. This is important for e.g. DataTables. They'll need to prepare the component with the current row-state to make sure that the method is executed correctly.

Author:
Martin Marinschek (latest modification by $Author: grantsmith $)

Method Summary
 java.lang.Object execute(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Deprecated.  
 

Method Detail

execute

java.lang.Object execute(javax.faces.context.FacesContext context,
                         javax.faces.component.UIComponent component)
Deprecated. 


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