DhSelectBox.setItemSubmitValue

Overview | Methods | This Package | All Packages

DhSelectBox.setItemSubmitValue

Updates the value attribute of an item.

Syntax

public void setItemSubmitValue( int index, String stringValue )

Parameters

index

The index of the referenced item.

stringValue

The new item value string.

Exceptions

WFCInvalidArgumentException thrown if the index is not in the list.

See Also   getItemSubmitValue