Class IntegerListSelectBoxDisplay

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

public class IntegerListSelectBoxDisplay extends SingleSelectBoxDisplay<Integer>

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.