Uses of Class
name.matthewgreet.strutscommons.view.SelectBoxGroupDisplay
Packages that use SelectBoxGroupDisplay
-
Uses of SelectBoxGroupDisplay in name.matthewgreet.strutscommons.view
Methods in name.matthewgreet.strutscommons.view that return types with arguments of type SelectBoxGroupDisplayModifier and TypeMethodDescriptionprotected Comparator<SelectBoxGroupDisplay<K, T, G>> GroupedSingleSelectBoxDisplay.getGroupSortComparator()May be overridden by subclasses to return a comparator that defines display order of groups.protected List<SelectBoxGroupDisplay<K, T, G>> GroupedSingleSelectBoxDisplay.getInitialList()May be overridden by subclasses to return initial selection, especially if the list is hardcoded and setModel will not be used.GroupedEnumSingleSelectBoxDisplay.getList()Returns formatted version of account list for human display.GroupedSingleSelectBoxDisplay.getList()Returns formatted version of account list for human display.Method parameters in name.matthewgreet.strutscommons.view with type arguments of type SelectBoxGroupDisplayModifier and TypeMethodDescriptionprotected voidMay be overridden by subclasses to add additional, formatted items to the display list.protected voidMay be overridden by subclasses to add additional, formatted items to the display list.voidDirectly sets formatted version of account list for human display.voidDirectly sets formatted version of account list for human display.