Class UIFeedbackElementTriggerScanInfoConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementTriggerScanInfoConfig
UIFeedbackElementTriggerScanInfoConfig
Configuration for triggering UI Feedback on ScanInfo events
-
-
Field Summary
Fields Modifier and Type Field Description public Boolean
applyDefaultContent
public UIFeedbackElementContentConfig
applyContentInstead
public Boolean
applyDefaultAttributes
public UIFeedbackElementAttributesConfig
applyAttributesInstead
public String
varNameEquals
public String
varValueEquals
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerScanInfoConfig()
-
Method Summary
Modifier and Type Method Description Boolean
getApplyDefaultContent()
Sets whether the trigger must apply defaultContent. void
setApplyDefaultContent(Boolean applyDefaultContent)
Sets whether the trigger must apply defaultContent. UIFeedbackElementContentConfig
getApplyContentInstead()
UIFeedbackElementContentConfig Configuration for UI Feedback content void
setApplyContentInstead(UIFeedbackElementContentConfig applyContentInstead)
UIFeedbackElementContentConfig Configuration for UI Feedback content Boolean
getApplyDefaultAttributes()
Sets whether the trigger must apply defaultAttributes. void
setApplyDefaultAttributes(Boolean applyDefaultAttributes)
Sets whether the trigger must apply defaultAttributes. UIFeedbackElementAttributesConfig
getApplyAttributesInstead()
UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements void
setApplyAttributesInstead(UIFeedbackElementAttributesConfig applyAttributesInstead)
UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements 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)
-
-
Method Detail
-
getApplyDefaultContent
Boolean getApplyDefaultContent()
Sets whether the trigger must apply defaultContent.
-
setApplyDefaultContent
void setApplyDefaultContent(Boolean applyDefaultContent)
Sets whether the trigger must apply defaultContent.
-
getApplyContentInstead
UIFeedbackElementContentConfig getApplyContentInstead()
UIFeedbackElementContentConfig
Configuration for UI Feedback content
-
setApplyContentInstead
void setApplyContentInstead(UIFeedbackElementContentConfig applyContentInstead)
UIFeedbackElementContentConfig
Configuration for UI Feedback content
-
getApplyDefaultAttributes
Boolean getApplyDefaultAttributes()
Sets whether the trigger must apply defaultAttributes.
-
setApplyDefaultAttributes
void setApplyDefaultAttributes(Boolean applyDefaultAttributes)
Sets whether the trigger must apply defaultAttributes.
-
getApplyAttributesInstead
UIFeedbackElementAttributesConfig getApplyAttributesInstead()
UIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
setApplyAttributesInstead
void setApplyAttributesInstead(UIFeedbackElementAttributesConfig applyAttributesInstead)
UIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
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()
-
-
-
-