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 StringvarNameEqualspublic StringvarValueEqualspublic BooleanapplyDefaultContentpublic UIFeedbackElementContentConfigapplyContentInsteadpublic BooleanapplyDefaultAttributespublic UIFeedbackElementAttributesConfigapplyAttributesInsteadpublic List<UIFeedbackPresetConfig>presets
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerScanInfoConfig()
-
Method Summary
Modifier and Type Method Description StringgetVarNameEquals()Sets the ScanInfo variable name to be watched. voidsetVarNameEquals(String varNameEquals)Sets the ScanInfo variable name to be watched. StringgetVarValueEquals()Sets the ScanInfo variable value to be watched. voidsetVarValueEquals(String varValueEquals)Sets the ScanInfo variable value to be watched. StringtoString()inthashCode()booleanequals(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()
-
-
-
-