Class UIFeedbackElementTriggerRunSkippedConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementTriggerRunSkippedConfigUIFeedbackElementTriggerRunSkippedConfig
Configuration for triggering UI Feedback on RunSkipped events
-
-
Field Summary
Fields Modifier and Type Field Description public BooleanapplyDefaultContentpublic UIFeedbackElementContentConfigapplyContentInsteadpublic BooleanapplyDefaultAttributespublic UIFeedbackElementAttributesConfigapplyAttributesInsteadpublic List<UIFeedbackPresetConfig>presetspublic IntegercodeEquals
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementTriggerRunSkippedConfig()
-
Method Summary
Modifier and Type Method Description BooleangetApplyDefaultContent()Sets whether the trigger must apply defaultContent. voidsetApplyDefaultContent(Boolean applyDefaultContent)Sets whether the trigger must apply defaultContent. UIFeedbackElementContentConfiggetApplyContentInstead()UIFeedbackElementContentConfig Configuration for UI Feedback content voidsetApplyContentInstead(UIFeedbackElementContentConfig applyContentInstead)UIFeedbackElementContentConfig Configuration for UI Feedback content BooleangetApplyDefaultAttributes()Sets whether the trigger must apply defaultAttributes. voidsetApplyDefaultAttributes(Boolean applyDefaultAttributes)Sets whether the trigger must apply defaultAttributes. UIFeedbackElementAttributesConfiggetApplyAttributesInstead()UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements voidsetApplyAttributesInstead(UIFeedbackElementAttributesConfig applyAttributesInstead)UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements List<UIFeedbackPresetConfig>getPresets()Allows to use trigger presets. voidsetPresets(List<UIFeedbackPresetConfig> presets)Allows to use trigger presets. IntegergetCodeEquals()Sets the runSkipped code to be watched. voidsetCodeEquals(Integer codeEquals)Sets the runSkipped code to be watched. StringtoString()inthashCode()booleanequals(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
-
getPresets
List<UIFeedbackPresetConfig> getPresets()
Allows to use trigger presets.
-
setPresets
void setPresets(List<UIFeedbackPresetConfig> presets)
Allows to use trigger presets.
-
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()
-
-
-
-