Class WrapperSessionScanViewConfigOptions
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanViewConfigOptions implements Serializable
WrapperSessionScanViewConfigOptions
Information to be used for scanning session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientationWrapperSessionScanViewConfigOptionDefaultOrientation
Initial screen orientation when scanning starts.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanViewConfigOptionRotateButtonrotateButtonpublic WrapperSessionScanViewConfigOptionLabellabelpublic WrapperSessionScanViewConfigOptionDoneButtondoneButtonConfigpublic WrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientationdefaultOrientationpublic StringtoolbarTitlepublic WrapperSessionScanViewConfigOptionSegmentConfigsegmentConfig
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanViewConfigOptions()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanViewConfigOptionRotateButtongetRotateButton()WrapperSessionScanViewConfigOptionRotateButton Button that toggles between portrait and landscape orientations when tapped. voidsetRotateButton(WrapperSessionScanViewConfigOptionRotateButton rotateButton)WrapperSessionScanViewConfigOptionRotateButton Button that toggles between portrait and landscape orientations when tapped. WrapperSessionScanViewConfigOptionLabelgetLabel()WrapperSessionScanViewConfigOptionLabel A static text label can be added to the scan view. voidsetLabel(WrapperSessionScanViewConfigOptionLabel label)WrapperSessionScanViewConfigOptionLabel A static text label can be added to the scan view. WrapperSessionScanViewConfigOptionDoneButtongetDoneButtonConfig()WrapperSessionScanViewConfigOptionDoneButton A button that dismisses the scan view screen when pressed. voidsetDoneButtonConfig(WrapperSessionScanViewConfigOptionDoneButton doneButtonConfig)WrapperSessionScanViewConfigOptionDoneButton A button that dismisses the scan view screen when pressed. WrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientationgetDefaultOrientation()WrapperSessionScanViewConfigOptionDefaultOrientation Initial screen orientation when scanning starts. voidsetDefaultOrientation(WrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientation defaultOrientation)WrapperSessionScanViewConfigOptionDefaultOrientation Initial screen orientation when scanning starts. StringgetToolbarTitle()The title to be shown on the toolbar for the scanner window. voidsetToolbarTitle(String toolbarTitle)The title to be shown on the toolbar for the scanner window. WrapperSessionScanViewConfigOptionSegmentConfiggetSegmentConfig()WrapperSessionScanViewConfigOptionSegmentConfig Multi-mode segment control allowing users to switch between different scanning configurations (e.g., MRZ, Barcode, License Plate modes). voidsetSegmentConfig(WrapperSessionScanViewConfigOptionSegmentConfig segmentConfig)WrapperSessionScanViewConfigOptionSegmentConfig Multi-mode segment control allowing users to switch between different scanning configurations (e.g., MRZ, Barcode, License Plate modes). StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getRotateButton
WrapperSessionScanViewConfigOptionRotateButton getRotateButton()
WrapperSessionScanViewConfigOptionRotateButton
Button that toggles between portrait and landscape orientations when tapped. Positioned according to alignment and (optional) offset settings.
-
setRotateButton
void setRotateButton(WrapperSessionScanViewConfigOptionRotateButton rotateButton)
WrapperSessionScanViewConfigOptionRotateButton
Button that toggles between portrait and landscape orientations when tapped. Positioned according to alignment and (optional) offset settings.
-
getLabel
WrapperSessionScanViewConfigOptionLabel getLabel()
WrapperSessionScanViewConfigOptionLabel
A static text label can be added to the scan view.
-
setLabel
void setLabel(WrapperSessionScanViewConfigOptionLabel label)
WrapperSessionScanViewConfigOptionLabel
A static text label can be added to the scan view.
-
getDoneButtonConfig
WrapperSessionScanViewConfigOptionDoneButton getDoneButtonConfig()
WrapperSessionScanViewConfigOptionDoneButton
A button that dismisses the scan view screen when pressed.
-
setDoneButtonConfig
void setDoneButtonConfig(WrapperSessionScanViewConfigOptionDoneButton doneButtonConfig)
WrapperSessionScanViewConfigOptionDoneButton
A button that dismisses the scan view screen when pressed.
-
getDefaultOrientation
WrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientation getDefaultOrientation()
WrapperSessionScanViewConfigOptionDefaultOrientation
Initial screen orientation when scanning starts.
-
setDefaultOrientation
void setDefaultOrientation(WrapperSessionScanViewConfigOptions.WrapperSessionScanViewConfigOptionDefaultOrientation defaultOrientation)
WrapperSessionScanViewConfigOptionDefaultOrientation
Initial screen orientation when scanning starts.
-
getToolbarTitle
String getToolbarTitle()
The title to be shown on the toolbar for the scanner window.
-
setToolbarTitle
void setToolbarTitle(String toolbarTitle)
The title to be shown on the toolbar for the scanner window.
-
getSegmentConfig
WrapperSessionScanViewConfigOptionSegmentConfig getSegmentConfig()
WrapperSessionScanViewConfigOptionSegmentConfig
Multi-mode segment control allowing users to switch between different scanning configurations (e.g., MRZ, Barcode, License Plate modes). Requires equal numbers of titles and viewConfigs.
-
setSegmentConfig
void setSegmentConfig(WrapperSessionScanViewConfigOptionSegmentConfig segmentConfig)
WrapperSessionScanViewConfigOptionSegmentConfig
Multi-mode segment control allowing users to switch between different scanning configurations (e.g., MRZ, Barcode, License Plate modes). Requires equal numbers of titles and viewConfigs.
-
hashCode
int hashCode()
-
-
-
-