Klasse Notification
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.notification.Notification
- Alle implementierten Schnittstellen:
ClientObject,Component
-
Feldübersicht
FelderVon Klasse geerbte Felder org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()org.teamapps.dto.UiNotificationstatic NotificationcreateWithIconAndCaption(org.teamapps.icons.Icon<?, ?> icon, String text) static NotificationcreateWithIconAndTextAndDescription(org.teamapps.icons.Icon<?, ?> icon, String text, String description) org.teamapps.common.format.ColorintvoidhandleUiEvent(org.teamapps.dto.UiEvent event) booleanbooleanbooleansetBackgroundColor(org.teamapps.common.format.Color backgroundColor) setContent(Component content) setDismissible(boolean dismissible) setDisplayTimeInMillis(int displayTimeInMillis) setPadding(Spacing padding) setShowProgressBar(boolean showProgressBar) Von Klasse geerbte Methoden org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.ux.component.ClientObject
handleUiQueryVon Schnittstelle geerbte Methoden org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Felddetails
-
onOpened
-
onClosed
-
-
Konstruktordetails
-
Notification
public Notification() -
Notification
-
-
Methodendetails
-
createWithIconAndCaption
-
createWithIconAndTextAndDescription
public static Notification createWithIconAndTextAndDescription(org.teamapps.icons.Icon<?, ?> icon, String text, String description) -
createUiComponent
public org.teamapps.dto.UiNotification createUiComponent()- Angegeben von:
createUiComponentin KlasseAbstractComponent
-
handleUiEvent
public void handleUiEvent(org.teamapps.dto.UiEvent event) -
close
public void close() -
getBackgroundColor
public org.teamapps.common.format.Color getBackgroundColor() -
setBackgroundColor
-
getPadding
-
setPadding
-
getDisplayTimeInMillis
public int getDisplayTimeInMillis() -
setDisplayTimeInMillis
-
isDismissible
public boolean isDismissible() -
setDismissible
-
isShowProgressBar
public boolean isShowProgressBar() -
setShowProgressBar
-
getContent
-
setContent
-
isShowing
public boolean isShowing()
-