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 in an enumeration
|
SkeletonTypeChoicesHelper |
The choices of the skeleton types are available in an enumeration
|
TrueFalseChoicesHelper |
Simple implementation of an
AbstractMultiChoicesHelper where you have to choose between true and false |
Copyright © 2017. All rights reserved.