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 TypeMethodDescriptionintEnumSingleSelectBoxDisplay.EnumComparator.compare(SelectBoxItemDisplay<E> o1, SelectBoxItemDisplay<E> o2) intIntegerListSelectBoxDisplay.NumberComparator.compare(SelectBoxItemDisplay<Integer> o1, SelectBoxItemDisplay<Integer> o2) intSingleSelectBoxDisplay.TextComparator.compare(SelectBoxItemDisplay<T> o1, SelectBoxItemDisplay<T> o2) Method parameters in name.matthewgreet.strutscommons.view with type arguments of type SelectBoxItemDisplayModifier and TypeMethodDescriptionprotected voidEnumSingleSelectBoxDisplay.addItems(List<SelectBoxItemDisplay<E>> formattedModel) Deprecated.May be overridden by subclasses to add additional, formatted items to the display list.protected voidSingleSelectBoxDisplay.addItems(List<SelectBoxItemDisplay<T>> formattedModel) Deprecated.May be overridden by subclasses to add additional, formatted items to the display list.voidEnumSingleSelectBoxDisplay.setList(List<SelectBoxItemDisplay<E>> value) Deprecated.Directly sets formatted version of account list for human display.voidSingleSelectBoxDisplay.setList(List<SelectBoxItemDisplay<T>> value) Deprecated.Directly sets formatted version of account list for human display.