com.extjs.gxt.ui.client.core
Interface CompositeFunction


public interface CompositeFunction

Interface for functions that can be applied to all the elements of a CompositeElement.


Method Summary
 void doFunction(com.google.gwt.user.client.Element elem, CompositeElement ce, int index)
          Called for each element in the composite element.
 

Method Detail

doFunction

void doFunction(com.google.gwt.user.client.Element elem,
                CompositeElement ce,
                int index)
Called for each element in the composite element.

Parameters:
elem - the child element
ce - the composite element
index - the child index