-
- All Implemented Interfaces:
-
java.io.Serializable
public final class EmptyResultScreen implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEmptyResultScreen.Companion
-
Field Summary
Fields Modifier and Type Field Description private List<DocutainListItem>itemsprivate Stringtitleprivate DocutainButtonrepeatButton
-
Constructor Summary
Constructors Constructor Description EmptyResultScreen()
-
Method Summary
Modifier and Type Method Description final List<DocutainListItem>getItems()The items you want to show as scan tips. final UnitsetItems(List<DocutainListItem> items)The items you want to show as scan tips. final StringgetTitle()The title to be displayed in the top toolbar. final UnitsetTitle(String title)The title to be displayed in the top toolbar. final DocutainButtongetRepeatButton()The button that restarts the scan process. final UnitsetRepeatButton(DocutainButton repeatButton)The button that restarts the scan process. -
-
Method Detail
-
getItems
final List<DocutainListItem> getItems()
The items you want to show as scan tips. See DocutainListItem for more details on what each item can display. If you don't provide any items, some defaultItems will be displayed.
-
setItems
final Unit setItems(List<DocutainListItem> items)
The items you want to show as scan tips. See DocutainListItem for more details on what each item can display. If you don't provide any items, some defaultItems will be displayed.
-
getRepeatButton
final DocutainButton getRepeatButton()
The button that restarts the scan process.
-
setRepeatButton
final Unit setRepeatButton(DocutainButton repeatButton)
The button that restarts the scan process.
-
-
-
-