Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DhDocument.setBoundElements

Binds the elements of the specified array to their peers.

Syntax

public void setBoundElements( DhElement[] elems )

Parameters

elems

Array of elements to be bound to their peers.

Exceptions

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.