Class UiNotification
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiNotification
- All Implemented Interfaces:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiClientObjectReferenceprotected intprotected booleanprotected intprotected UiSpacingprotected booleanFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintbooleansetBackgroundColor(String backgroundColor) setContent(UiClientObjectReference content) setContentHeight(int contentHeight) setDebuggingId(String debuggingId) setDismissible(boolean dismissible) setDisplayTimeInMillis(int displayTimeInMillis) setPadding(UiSpacing padding) setProgressBarVisible(boolean progressBarVisible) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
Field Details
-
backgroundColor
-
padding
-
dismissible
protected boolean dismissible -
displayTimeInMillis
protected int displayTimeInMillis -
progressBarVisible
protected boolean progressBarVisible -
-
contentHeight
protected int contentHeight
-
-
Constructor Details
-
UiNotification
public UiNotification()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getBackgroundColor
-
getPadding
-
getDismissible
public boolean getDismissible() -
getDisplayTimeInMillis
public int getDisplayTimeInMillis() -
getProgressBarVisible
public boolean getProgressBarVisible() -
getContent
-
getContentHeight
public int getContentHeight() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classUiComponent
-
setBackgroundColor
-
setPadding
-
setDismissible
-
setDisplayTimeInMillis
-
setProgressBarVisible
-
setContent
-
setContentHeight
-