addItem

public final void addItem(String text)

Adds an item to the combo box.

Parameters

text

The display text for the item.

Throws

Thrown when the operation fails.


public final void addItem(String text, String value)

Adds an item to the combo box with a separate export value.

Parameters

text

The display text for the item.

value

The export value for the item.

Throws

Thrown when the operation fails.