public class JsNotification extends JsElementalMixinBase implements Notification
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
JsNotification() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
close() |
String |
getDir() |
EventListener |
getOnclick()
A function to call when the notification is clicked.
|
EventListener |
getOnclose()
A function to call when the notification is dismissed.
|
EventListener |
getOndisplay() |
EventListener |
getOnerror() |
EventListener |
getOnshow() |
String |
getReplaceId() |
String |
getTag() |
void |
setDir(String param_dir) |
void |
setOnclick(EventListener listener) |
void |
setOnclose(EventListener listener) |
void |
setOndisplay(EventListener listener) |
void |
setOnerror(EventListener listener) |
void |
setOnshow(EventListener listener) |
void |
setReplaceId(String param_replaceId) |
void |
setTag(String param_tag) |
void |
show()
Displays the notification.
|
addEventListener, addEventListener, beginElement, beginElementAt, dispatchEvent, endElement, endElementAt, getAnimatedClassName, getAnimatedHeight, getAnimatedHref, getAnimatedResult, getAnimatedTransform, getAnimatedWidth, getAnimatedX, getAnimatedY, getBBox, getChildElementCount, getCTM, getExternalResourcesRequired, getFarthestViewportElement, getFirstElementChild, getLastElementChild, getNearestViewportElement, getNextElementSibling, getPresentationAttribute, getPreserveAspectRatio, getPreviousElementSibling, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSvgStyle, getSystemLanguage, getTransformToElement, getViewBox, getXmllang, getXmlspace, getZoomAndPan, hasExtension, querySelector, querySelectorAll, removeEventListener, removeEventListener, setXmllang, setXmlspace, setZoomAndPan
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener
intAt, length
numberAt
public final String getDir()
getDir
in interface Notification
public final void setDir(String param_dir)
setDir
in interface Notification
public final EventListener getOnclick()
Notification
getOnclick
in interface Notification
public final void setOnclick(EventListener listener)
setOnclick
in interface Notification
public final EventListener getOnclose()
Notification
getOnclose
in interface Notification
public final void setOnclose(EventListener listener)
setOnclose
in interface Notification
public final EventListener getOndisplay()
getOndisplay
in interface Notification
public final void setOndisplay(EventListener listener)
setOndisplay
in interface Notification
public final EventListener getOnerror()
getOnerror
in interface Notification
public final void setOnerror(EventListener listener)
setOnerror
in interface Notification
public final EventListener getOnshow()
getOnshow
in interface Notification
public final void setOnshow(EventListener listener)
setOnshow
in interface Notification
public final String getReplaceId()
getReplaceId
in interface Notification
public final void setReplaceId(String param_replaceId)
setReplaceId
in interface Notification
public final String getTag()
getTag
in interface Notification
public final void setTag(String param_tag)
setTag
in interface Notification
public final void cancel()
cancel
in interface Notification
public final void close()
close
in interface Notification
public final void show()
Notification
show
in interface Notification
Copyright © 2018. All rights reserved.