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. |
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 elementce
- the composite elementindex
- the child index