Package View
Class SelectionView<T>
java.lang.Object
View.ViewObject
View.SelectionView<T>
- Type Parameters:
T
- The type of the items in the list.
- All Implemented Interfaces:
IView
A view that displays a list of items and allows the user to select one.
-
Field Summary
Fields inherited from class View.ViewObject
actions
-
Constructor Summary
-
Method Summary
Methods inherited from class View.ViewObject
getInput, handleInput, printActions
-
Constructor Details
-
SelectionView
-
-
Method Details
-
allowBack
-
backSelected
public boolean backSelected() -
display
public void display()Description copied from class:ViewObject
Display the view- Specified by:
display
in interfaceIView
- Specified by:
display
in classViewObject
-
getSelected
-