Uses of Class
name.matthewgreet.strutscommons.view.SelectBoxItemDisplay2
Packages that use SelectBoxItemDisplay2
-
Uses of SelectBoxItemDisplay2 in name.matthewgreet.strutscommons.view
Methods in name.matthewgreet.strutscommons.view that return SelectBoxItemDisplay2Modifier and TypeMethodDescriptionSingleSelectBoxDisplay2.getSelectedItem()
Returns selected, formatted item or null if none selected.protected SelectBoxItemDisplay2
<E, E> EnumSingleSelectBoxDisplay2.makeSelectBoxItemDisplay
(String value, String text, E data) May be overridden by subclasses to return formatted text of an enumerated value for display in a select box.Methods in name.matthewgreet.strutscommons.view that return types with arguments of type SelectBoxItemDisplay2Modifier and TypeMethodDescriptionprotected List
<SelectBoxItemDisplay2<K, T>> SingleSelectBoxDisplay2.getInitialList()
May be overridden by subclasses to return initial selection, especially if the list is hardcoded and setModel will not be used.EnumSingleSelectBoxDisplay2.getList()
Returns formatted version of account list for human display.SingleSelectBoxDisplay2.getList()
Returns formatted version of account list for human display.protected Comparator
<SelectBoxItemDisplay2<E, E>> EnumSingleSelectBoxDisplay2.getSortComparator()
May be overridden by subclasses to return a comparator for defining display order of formatted items.protected Comparator
<SelectBoxItemDisplay2<Integer, Integer>> IntegerListSelectBoxDisplay2.getSortComparator()
Returns comparator that compares number items by value.protected Comparator
<SelectBoxItemDisplay2<K, T>> SingleSelectBoxDisplay2.getSortComparator()
May be overridden by subclasses to return a comparator for defining display order of formatted items.Methods in name.matthewgreet.strutscommons.view with parameters of type SelectBoxItemDisplay2Modifier and TypeMethodDescriptionint
EnumSingleSelectBoxDisplay2.EnumComparator.compare
(SelectBoxItemDisplay2<E, E> o1, SelectBoxItemDisplay2<E, E> o2) int
IntegerListSelectBoxDisplay2.NumberComparator.compare
(SelectBoxItemDisplay2<Integer, Integer> o1, SelectBoxItemDisplay2<Integer, Integer> o2) int
SingleSelectBoxDisplay2.TextComparator.compare
(SelectBoxItemDisplay2<K, T> o1, SelectBoxItemDisplay2<K, T> o2) Method parameters in name.matthewgreet.strutscommons.view with type arguments of type SelectBoxItemDisplay2Modifier and TypeMethodDescriptionprotected void
EnumSingleSelectBoxDisplay2.addItems
(List<SelectBoxItemDisplay2<E, E>> formattedModel) May be overridden by subclasses to add additional, formatted items to the display list.protected void
SingleSelectBoxDisplay2.addItems
(List<SelectBoxItemDisplay2<K, T>> formattedModel) May be overridden by subclasses to add additional, formatted items to the display list.void
EnumSingleSelectBoxDisplay2.setList
(List<SelectBoxItemDisplay2<E, E>> value) Directly sets formatted version of account list for human display.void
SingleSelectBoxDisplay2.setList
(List<SelectBoxItemDisplay2<K, T>> value) Directly sets formatted list.