Barcode Spatial Grid Editor View Settings
Defined in package com.scandit.datacapture.barcode.count.capture.map
- BarcodeSpatialGridEditorViewSettings
class BarcodeSpatialGridEditorViewSettingsAdded in version 7.1.0
- BarcodeSpatialGridEditorViewSettings()
BarcodeSpatialGridEditorViewSettings()Added in version 7.1.0
Creates a new barcode spatial grid editor settings instance.
- reorderHintText
@NonNull String getReorderHintText()
voidsetReorderHintText(@NonNull String value)Added in version 7.1.0
Configures the text of the hint that suggests to the user to drag to reorder totes.
- toteTextFormat
@NonNull String getToteTextFormat()
voidsetToteTextFormat(@NonNull String value)Added in version 7.1.0
Configures the format used to describe the position of the totes. The format used can contain {position}, if present it will be substituted with the tote index. If {position} is not found then the text will be treated as a prefix for the tote index.
- finishMappingButtonText
@NonNull String getFinishMappingButtonText()
voidsetFinishMappingButtonText(@NonNull String value)Added in version 7.1.0
Configures the text of the button used to finish the editing.
- cancelMappingButtonText
@NonNull String getCancelMappingButtonText()
voidsetCancelMappingButtonText(@NonNull String value)Added in version 7.1.0
Configures the text of the button used to cancel the editing.
- toteColor
intgetToteColor()voidsetToteColor(intvalue)Added in version 7.1.0
Configures the color of the main tote.
- subColor
intgetSubColor()voidsetSubColor(intvalue)Added in version 7.1.0
Configures the color of the subtote.