Class SelectionGroupController<T extends java.lang.Comparable<T>,​G>

java.lang.Object
bayern.steinbrecher.wizard.WizardPageController<java.util.Optional<java.util.Map<T,​G>>>
bayern.steinbrecher.wizard.pages.SelectionGroupController<T,​G>
Type Parameters:
T - The type of the options to select.
G - The type of the groups to associate items with.

public class SelectionGroupController<T extends java.lang.Comparable<T>,​G>
extends WizardPageController<java.util.Optional<java.util.Map<T,​G>>>
The controller of the SelectionGroup.
Since:
1.51
Author:
Stefan Huber