Class UIFeedbackElementConfig
-
- All Implemented Interfaces:
public class UIFeedbackElementConfigUIFeedbackElementConfig
Configuration for uiFeedback element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUIFeedbackElementConfig.ElementTypeSets the view type of the element.
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic UIFeedbackElementConfig.ElementTypecontentTypepublic UIFeedbackElementContentConfigdefaultContentpublic Booleanclickablepublic Stringtagpublic UIFeedbackElementAttributesConfigdefaultAttributespublic UIFeedbackElementTriggerConfigtriggerpublic OverlayConfigoverlaypublic List<UIFeedbackPresetConfig>presets
-
Constructor Summary
Constructors Constructor Description UIFeedbackElementConfig()
-
Method Summary
Modifier and Type Method Description StringgetId()Sets the id of the element. voidsetId(String id)Sets the id of the element. UIFeedbackElementConfig.ElementTypegetContentType()Sets the view type of the element. voidsetContentType(UIFeedbackElementConfig.ElementType contentType)Sets the view type of the element. UIFeedbackElementContentConfiggetDefaultContent()UIFeedbackElementContentConfig Configuration for UI Feedback content voidsetDefaultContent(UIFeedbackElementContentConfig defaultContent)UIFeedbackElementContentConfig Configuration for UI Feedback content BooleangetClickable()Sets whether the view is clickable. voidsetClickable(Boolean clickable)Sets whether the view is clickable. StringgetTag()Sets a tag for the element. voidsetTag(String tag)Sets a tag for the element. UIFeedbackElementAttributesConfiggetDefaultAttributes()UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements voidsetDefaultAttributes(UIFeedbackElementAttributesConfig defaultAttributes)UIFeedbackElementAttributesConfig Configuration attributes for UI Feedback view elements UIFeedbackElementTriggerConfiggetTrigger()UIFeedbackElementTriggerConfig Trigger configuration for UI Feedback voidsetTrigger(UIFeedbackElementTriggerConfig trigger)UIFeedbackElementTriggerConfig Trigger configuration for UI Feedback OverlayConfiggetOverlay()OverlayConfig Configuration for UI Feedback overlays voidsetOverlay(OverlayConfig overlay)OverlayConfig Configuration for UI Feedback overlays List<UIFeedbackPresetConfig>getPresets()Allows to use element presets. voidsetPresets(List<UIFeedbackPresetConfig> presets)Allows to use element presets. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getContentType
UIFeedbackElementConfig.ElementType getContentType()
Sets the view type of the element.
-
setContentType
void setContentType(UIFeedbackElementConfig.ElementType contentType)
Sets the view type of the element.
-
getDefaultContent
UIFeedbackElementContentConfig getDefaultContent()
UIFeedbackElementContentConfig
Configuration for UI Feedback content
-
setDefaultContent
void setDefaultContent(UIFeedbackElementContentConfig defaultContent)
UIFeedbackElementContentConfig
Configuration for UI Feedback content
-
getClickable
Boolean getClickable()
Sets whether the view is clickable.
-
setClickable
void setClickable(Boolean clickable)
Sets whether the view is clickable.
-
getDefaultAttributes
UIFeedbackElementAttributesConfig getDefaultAttributes()
UIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
setDefaultAttributes
void setDefaultAttributes(UIFeedbackElementAttributesConfig defaultAttributes)
UIFeedbackElementAttributesConfig
Configuration attributes for UI Feedback view elements
-
getTrigger
UIFeedbackElementTriggerConfig getTrigger()
UIFeedbackElementTriggerConfig
Trigger configuration for UI Feedback
-
setTrigger
void setTrigger(UIFeedbackElementTriggerConfig trigger)
UIFeedbackElementTriggerConfig
Trigger configuration for UI Feedback
-
getOverlay
OverlayConfig getOverlay()
OverlayConfig
Configuration for UI Feedback overlays
-
setOverlay
void setOverlay(OverlayConfig overlay)
OverlayConfig
Configuration for UI Feedback overlays
-
getPresets
List<UIFeedbackPresetConfig> getPresets()
Allows to use element presets.
-
setPresets
void setPresets(List<UIFeedbackPresetConfig> presets)
Allows to use element presets.
-
hashCode
int hashCode()
-
-
-
-