Sets the items in the list.
public final void setItems( String [ ] strings )
public final void setItems( String [ ] strings, boolean [ ] selected )
public final void setItems( String [ ] strings, boolean [ ] selected, String [ ] submitValues )
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.
All items in the list are replaced.