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 IntegercodeEqualspublic BooleanapplyDefaultContentpublic UIFeedbackElementContentConfigapplyContentInsteadpublic BooleanapplyDefaultAttributespublic UIFeedbackElementAttributesConfigapplyAttributesInsteadpublic List<UIFeedbackPresetConfig>presets
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerRunSkippedConfig()
-
Method Summary
Modifier and Type Method Description IntegergetCodeEquals()Sets the runSkipped code to be watched. voidsetCodeEquals(Integer codeEquals)Sets the runSkipped code 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
-
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()
-
-
-
-