RichFaces Showcase 4.3.1.Final

org.richfaces.demo.notify
Class NotifyBean

java.lang.Object
  extended by org.richfaces.demo.notify.NotifyBean
All Implemented Interfaces:
Serializable

public class NotifyBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NotifyBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyBean

public NotifyBean()
Method Detail

getStayTime

public int getStayTime()

setStayTime

public void setStayTime(int stayTime)

isSticky

public boolean isSticky()

setSticky

public void setSticky(boolean sticky)

isNonblocking

public boolean isNonblocking()

setNonblocking

public void setNonblocking(boolean nonblocking)

getNonblockingOpacity

public double getNonblockingOpacity()

setNonblockingOpacity

public void setNonblockingOpacity(double nonblockingOpacity)

isShowShadow

public boolean isShowShadow()

setShowShadow

public void setShowShadow(boolean showShadow)

isShowCloseButton

public boolean isShowCloseButton()

setShowCloseButton

public void setShowCloseButton(boolean showCloseButton)

getDetail

public String getDetail()

getTopLeftCounter

public int getTopLeftCounter()

getBottomRightCounter

public int getBottomRightCounter()

RichFaces Showcase 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.