Class IntegerListSelectBoxDisplay

java.lang.Object
name.matthewgreet.strutscommons.view.SingleSelectBoxDisplay<Integer>
name.matthewgreet.strutscommons.view.IntegerListSelectBoxDisplay

public class IntegerListSelectBoxDisplay extends SingleSelectBoxDisplay<Integer>
Deprecated.
Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. Use IntegerListSelectBoxDisplay2 as the base template and SingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String) to set the selected item from the formatted half of a formatted/unformatted field pair.

Concrete subclass of SingleSelectBoxDisplay that formats list of numbers for display in an HTML select box. The raw list, as set in the model property, should be a collection of Integer. See SingleSelectBoxDisplay.