to top
Datalogic APIs
public class

WebWedge

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.WebWedge

Class Overview

WebWedge is the class that configures the Decode Wedge capability for direct web browsing. Each time a label is decoded successfully and a valid URL is found, the available and selected Internet web browsing application will be launched pointing to the desired URL.

Summary

Fields
public BooleanProperty enable enable activates the direct web browsing.
Public Constructors
WebWedge(PropertyGetter editor)
This is the constructor of WebWedge.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty enable

Added in revision 7

enable activates the direct web browsing.

Public Constructors

public WebWedge (PropertyGetter editor)

Added in revision 7

This is the constructor of WebWedge. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration.