-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ScanTips implements Serializable
UI components that can be used to provide the user some scan tips.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classScanTips.Companion
-
Field Summary
Fields Modifier and Type Field Description private List<DocutainListItem>itemsprivate DocutainButtontoolbarItem
-
Constructor Summary
Constructors Constructor Description ScanTips()
-
Method Summary
Modifier and Type Method Description final List<DocutainListItem>getItems()The items you want to show within the scan tips. final UnitsetItems(List<DocutainListItem> items)The items you want to show within the scan tips. final DocutainButtongetToolbarItem()The toolbar item that will be shown allowing the user to open the scan tips. final UnitsetToolbarItem(DocutainButton toolbarItem)The toolbar item that will be shown allowing the user to open the scan tips. -
-
Method Detail
-
getItems
final List<DocutainListItem> getItems()
The items you want to show within the 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 within the 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.
-
getToolbarItem
final DocutainButton getToolbarItem()
The toolbar item that will be shown allowing the user to open the scan tips.
-
setToolbarItem
final Unit setToolbarItem(DocutainButton toolbarItem)
The toolbar item that will be shown allowing the user to open the scan tips.
-
-
-
-