| Interface | Description |
|---|---|
| ChoicesHelper |
An interface that :
Displays the choices we have regarding a question
Returns the argument depending on the key we entered
|
| Class | Description |
|---|---|
| AbstractMultiChoicesHelper |
An abstract implementation of
ChoicesHelper based on a map of choicesWe have to override initialization to fetch the possible values Be careful that the access to choices is not thread-safe. |
| BasicFreeChoicesHelper |
An abstract implementation of
ChoicesHelper based on a free entry with possible check and conversion |
| DatabaseEngineChoicesHelper |
The choices of the database engine are available through a built map in the
DatabaseHandlerResolver |
| SkeletonChoicesHelper |
The choices of the skeleton are available through a built map in the
SkeletonResolver |
| TrueFalseChoicesHelper |
Simple implementation of an
AbstractMultiChoicesHelper where you have to choose between true and false |
Copyright © 2018. All rights reserved.