Package io.anyline2.viewplugin.ar.config
Class UIFeedbackElementTriggerRunSkippedConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementTriggerRunSkippedConfig extends UIFeedbackTriggerConfig
UIFeedbackElementTriggerRunSkippedConfig
Configuration for triggering UI Feedback on RunSkipped events
-
-
Field Summary
Fields Modifier and Type Field Description public Integer
codeEquals
public Boolean
applyDefaultContent
public UIFeedbackElementContentConfig
applyContentInstead
public Boolean
applyDefaultAttributes
public UIFeedbackElementAttributesConfig
applyAttributesInstead
public List<UIFeedbackPresetConfig>
presets
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerRunSkippedConfig()
-
Method Summary
Modifier and Type Method Description Integer
getCodeEquals()
Sets the runSkipped code to be watched. void
setCodeEquals(Integer codeEquals)
Sets the runSkipped code 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
-
getCodeEquals
Integer getCodeEquals()
Sets the runSkipped code to be watched.
-
setCodeEquals
void setCodeEquals(Integer codeEquals)
Sets the runSkipped code to be watched.
-
hashCode
int hashCode()
-
-
-
-