Barcode Spatial Grid Editor View Settings

Defined in package com.scandit.datacapture.barcode.count.capture.map

BarcodeSpatialGridEditorViewSettings
class BarcodeSpatialGridEditorViewSettings

Added 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()
void setReorderHintText(@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()
void setToteTextFormat(@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()
void setFinishMappingButtonText(@NonNull String value)

Added in version 7.1.0

Configures the text of the button used to finish the editing.

cancelMappingButtonText
@NonNull String getCancelMappingButtonText()
void setCancelMappingButtonText(@NonNull String value)

Added in version 7.1.0

Configures the text of the button used to cancel the editing.

toteColor
int getToteColor()
void setToteColor(int value)

Added in version 7.1.0

Configures the color of the main tote.

subColor
int getSubColor()
void setSubColor(int value)

Added in version 7.1.0

Configures the color of the subtote.