java.lang.Object | |
↳ | com.datalogic.decode.VisualFormatter.Item.Property<T> |
VisualFormatter.Item.Property
is a class representing a property of
a visual formatting item, used to add custom parameters that can change the runtime
behavior of the formatting item. A property can be of different types and directions.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VisualFormatter.Item.Property.Direction | VisualFormatter.Item.Property.Direction is an enumeration representing
the direction of the property. |
||||||||||
VisualFormatter.Item.Property.Type | VisualFormatter.Item.Property.Type is an enumeration representing
the type of property. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the property default value.
| |||||||||||
Returns the property description.
| |||||||||||
Returns the property direction.
| |||||||||||
Returns the property id that uniquely identifies this property.
| |||||||||||
Returns the property name.
| |||||||||||
Returns the property type.
| |||||||||||
Returns the property current value.
| |||||||||||
Sets the property current value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the property default value.
Returns the property description.
Returns the property direction.
Returns the property id that uniquely identifies this property.
Returns the property type.
Returns the property current value.
Sets the property current value.
value | The value to set. |
---|