to top
Datalogic APIs
public class

VisualFormattingSelected

extends SerializableBlob
java.lang.Object
   ↳ com.datalogic.device.configuration.SerializableBlob
     ↳ com.datalogic.decode.configuration.VisualFormattingSelected

Class Overview

Class defining the Visual Formatter item to be selected.

Summary

Public Constructors
VisualFormattingSelected(String itemName, String projectName, String projectId)
Default constructor.
Public Methods
String getItemName()
Gets the name of the item to select (null or empty to deselect the current item).
String getProjectId()
Gets the id of the project to select.
String getProjectName()
Gets the name of the project to select.
void setItemName(String itemName)
Sets the name of the item to select (null or empty to deselect the current item).
void setProjectId(String projectId)
Sets the id of the project to select.
void setProjectName(String projectName)
Sets the name of the project to select.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.SerializableBlob
From class java.lang.Object

Public Constructors

public VisualFormattingSelected (String itemName, String projectName, String projectId)

Added in revision 50

Default constructor. The item name can be set to null or empty to deselect the current visual formatting item. In case of multiple items with the same name, the project name and id can be specified, otherwise the first item found will be selected.

Parameters
itemName The name of the item to select.
projectName The name of the project to select.
projectId The id of the project to select.

Public Methods

public String getItemName ()

Added in revision 50

Gets the name of the item to select (null or empty to deselect the current item).

Returns
  • The item name.

public String getProjectId ()

Added in revision 50

Gets the id of the project to select.

Returns
  • The project id.

public String getProjectName ()

Added in revision 50

Gets the name of the project to select.

Returns
  • The project name.

public void setItemName (String itemName)

Added in revision 50

Sets the name of the item to select (null or empty to deselect the current item).

Parameters
itemName The item name

public void setProjectId (String projectId)

Added in revision 50

Sets the id of the project to select.

Parameters
projectId The project id.

public void setProjectName (String projectName)

Added in revision 50

Sets the name of the project to select.

Parameters
projectName The project name.