Sets all the values of the elements with the given rout Values will be paired to elements in order Elements with greater or equals index than size of new values will be untouched Null values will be treated as empty strings.
Syntax
public
abstract void
setValues
(
List< String >
values
,
String...
route
) throws IllegalArgumentException
Parameters
-
values –
The new values of the elements
-
route –
The route to the elements
Exceptions
-
IllegalArgumentException –
if either of the arguments is null.