| java.lang.Object | ||
| ↳ | com.datalogic.device.configuration.SerializableBlob | |
| ↳ | com.datalogic.decode.configuration.VisualFormattingSelected | |
Class defining the Visual Formatter item to be selected.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name of the item to select (null or empty to deselect the current item).
| |||||||||||
Gets the id of the project to select.
| |||||||||||
Gets the name of the project to select.
| |||||||||||
Sets the name of the item to select (null or empty to deselect the current item).
| |||||||||||
Sets the id of the project to select.
| |||||||||||
Sets the name of the project to select.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.SerializableBlob
| |||||||||||
From class
java.lang.Object
| |||||||||||
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.
| itemName | The name of the item to select. |
|---|---|
| projectName | The name of the project to select. |
| projectId | The id of the project to select. |
Gets the name of the item to select (null or empty to deselect the current item).
Gets the id of the project to select.
Gets the name of the project to select.
Sets the name of the item to select (null or empty to deselect the current item).
| itemName | The item name |
|---|
Sets the id of the project to select.
| projectId | The project id. |
|---|
Sets the name of the project to select.
| projectName | The project name. |
|---|