Uses of Class
name.matthewgreet.strutscommons.view.SelectBoxItemDisplay
Packages that use SelectBoxItemDisplay
-
Uses of SelectBoxItemDisplay in name.matthewgreet.strutscommons.view
Methods in name.matthewgreet.strutscommons.view that return SelectBoxItemDisplayModifier and TypeMethodDescriptionSingleSelectBoxDisplay.getSelectedItem()
Deprecated.Returns selected, formatted item or null if none selected.protected SelectBoxItemDisplay
<E> EnumSingleSelectBoxDisplay.makeSelectBoxItemDisplay
(String value, String text, E data) Deprecated.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 SelectBoxItemDisplayModifier and TypeMethodDescriptionprotected List
<SelectBoxItemDisplay<T>> SingleSelectBoxDisplay.getInitialList()
Deprecated.May be overridden by subclasses to return initial selection, especially if the list is hardcoded and setModel will not be used.EnumSingleSelectBoxDisplay.getList()
Deprecated.Returns formatted version of account list for human display.SingleSelectBoxDisplay.getList()
Deprecated.Returns formatted version of account list for human display.protected Comparator
<SelectBoxItemDisplay<E>> EnumSingleSelectBoxDisplay.getSortComparator()
Deprecated.May be overridden by subclasses to return a comparator for defining display order of formatted items.protected Comparator
<SelectBoxItemDisplay<Integer>> IntegerListSelectBoxDisplay.getSortComparator()
Deprecated.Returns comparator that compares number items by value.protected Comparator
<SelectBoxItemDisplay<T>> SingleSelectBoxDisplay.getSortComparator()
Deprecated.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 SelectBoxItemDisplayModifier and TypeMethodDescriptionint
EnumSingleSelectBoxDisplay.EnumComparator.compare
(SelectBoxItemDisplay<E> o1, SelectBoxItemDisplay<E> o2) int
IntegerListSelectBoxDisplay.NumberComparator.compare
(SelectBoxItemDisplay<Integer> o1, SelectBoxItemDisplay<Integer> o2) int
SingleSelectBoxDisplay.TextComparator.compare
(SelectBoxItemDisplay<T> o1, SelectBoxItemDisplay<T> o2) Method parameters in name.matthewgreet.strutscommons.view with type arguments of type SelectBoxItemDisplayModifier and TypeMethodDescriptionprotected void
EnumSingleSelectBoxDisplay.addItems
(List<SelectBoxItemDisplay<E>> formattedModel) Deprecated.May be overridden by subclasses to add additional, formatted items to the display list.protected void
SingleSelectBoxDisplay.addItems
(List<SelectBoxItemDisplay<T>> formattedModel) Deprecated.May be overridden by subclasses to add additional, formatted items to the display list.void
EnumSingleSelectBoxDisplay.setList
(List<SelectBoxItemDisplay<E>> value) Deprecated.Directly sets formatted version of account list for human display.void
SingleSelectBoxDisplay.setList
(List<SelectBoxItemDisplay<T>> value) Deprecated.Directly sets formatted version of account list for human display.