Package io.anyline2.viewplugin.ar.config
Class UIFeedbackElementTriggerScanInfoConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementTriggerScanInfoConfig extends UIFeedbackTriggerConfig
UIFeedbackElementTriggerScanInfoConfig
Configuration for triggering UI Feedback on ScanInfo events
-
-
Field Summary
Fields Modifier and Type Field Description public String
varNameEquals
public String
varValueEquals
public Boolean
applyDefaultContent
public UIFeedbackElementContentConfig
applyContentInstead
public Boolean
applyDefaultAttributes
public UIFeedbackElementAttributesConfig
applyAttributesInstead
public List<UIFeedbackPresetConfig>
presets
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerScanInfoConfig()
-
Method Summary
Modifier and Type Method Description String
getVarNameEquals()
Sets the ScanInfo variable name to be watched. void
setVarNameEquals(String varNameEquals)
Sets the ScanInfo variable name to be watched. String
getVarValueEquals()
Sets the ScanInfo variable value to be watched. void
setVarValueEquals(String varValueEquals)
Sets the ScanInfo variable value to be watched. String
toString()
int
hashCode()
boolean
equals(Object other)
-
Methods inherited from class io.anyline2.viewplugin.ar.config.UIFeedbackTriggerConfig
getApplyAttributesInstead, getApplyContentInstead, getApplyDefaultAttributes, getApplyDefaultContent, getPresets, setApplyAttributesInstead, setApplyContentInstead, setApplyDefaultAttributes, setApplyDefaultContent, setPresets
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVarNameEquals
String getVarNameEquals()
Sets the ScanInfo variable name to be watched.
-
setVarNameEquals
void setVarNameEquals(String varNameEquals)
Sets the ScanInfo variable name to be watched.
-
getVarValueEquals
String getVarValueEquals()
Sets the ScanInfo variable value to be watched.
-
setVarValueEquals
void setVarValueEquals(String varValueEquals)
Sets the ScanInfo variable value to be watched.
-
hashCode
int hashCode()
-
-
-
-