Sets a list of items for the Selection
<void> SelectionFormField.setItems(<String[]> items, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| items | A list of items for the Selection |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |