Microsoft SDK for Java

DhSelectBox.setItems

Sets the items in the list.

Syntax

public final void setItems( String [ ] strings )

public final void setItems( String [ ] strings, boolean [ ] selected )

public final void setItems( String [ ] strings, boolean [ ] selected, String [ ] submitValues )

Parameters

strings

An array of String items set into the list.

selected

An array of boolean items specifying if the corresponding items are selected.

submitValues

An array of String items set as the submit values of the corresponding items.

Remarks

All items in the list are replaced.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.