Implementation of IPropertySelectionModel that allows one String from
an array of Strings to be selected as the property.
Uses a simple index number as the value (used to represent the selected String).
This assumes that the possible values for the Strings will remain constant between
request cycles.
Uses a simple index number as the value (used to represent the selected String). This assumes that the possible values for the Strings will remain constant between request cycles.