Uses of Class
org.apache.wicket.util.string.StringList
Packages that use StringList
-
Uses of StringList in org.apache.wicket.util.string
Methods in org.apache.wicket.util.string that return StringListModifier and TypeMethodDescriptionstatic StringListReturns a list of a string repeated a given number of times.static StringListExtracts tokens from a comma and space delimited string.static StringListExtracts tokens from a delimited string.static StringListConverts an array of objects into a list of strings by using the object to string conversion method of the StringValue class.static StringListReturns a string list with just one string in it.static StringListConverts a string array to a string list.static StringListStringList.valueOf(Collection<?> collection) Converts a collection of objects into a list of string values by using the conversion methods of the StringValue class.