Binds the elements of a specified array to their peers.
public void setBoundElements( DhElement[] elems )
elems
An array of DhElement objects that specifies the elements to be bound.
WFCException thrown if the ID of an element in the elems array does not match the existing elements in the HTML content.
WFCException thrown if an element in the elems array is already bound to another Java object.
WFCException thrown if the class type of the peer and the specified Java object do not match.