HTMLControl.setBoundElements

Overview | Methods | This Package | All Packages

HTMLControl.setBoundElements

Binds the elements of a specified array to their peers.

Syntax

public void setBoundElements( DhElement[] elems )

Parameters

elems

An array of DhElement objects that specifies the elements to be bound.

Exceptions

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.