Binds the elements of the specified array to their peers.
public void setBoundElements( DhElement[] elems )
elems
Array of elements to be bound to their peers.
com.ms.wfc.core.WFCException thrown if any of the following conditions are met:
The ID does not match HTML content.
The element is already bound to another object (through findElement).
The class type of the peer and the specified Java object do not match.