public class NotifyBean extends Object implements Serializable
| Constructor and Description |
|---|
NotifyBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomRightCounter() |
String |
getDetail() |
double |
getNonblockingOpacity() |
int |
getStayTime() |
int |
getTopLeftCounter() |
boolean |
isNonblocking() |
boolean |
isShowCloseButton() |
boolean |
isShowShadow() |
boolean |
isSticky() |
void |
setNonblocking(boolean nonblocking) |
void |
setNonblockingOpacity(double nonblockingOpacity) |
void |
setShowCloseButton(boolean showCloseButton) |
void |
setShowShadow(boolean showShadow) |
void |
setStayTime(int stayTime) |
void |
setSticky(boolean sticky) |
public int getStayTime()
public void setStayTime(int stayTime)
public boolean isSticky()
public void setSticky(boolean sticky)
public boolean isNonblocking()
public void setNonblocking(boolean nonblocking)
public double getNonblockingOpacity()
public void setNonblockingOpacity(double nonblockingOpacity)
public boolean isShowShadow()
public void setShowShadow(boolean showShadow)
public boolean isShowCloseButton()
public void setShowCloseButton(boolean showCloseButton)
public String getDetail()
public int getTopLeftCounter()
public int getBottomRightCounter()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.