RichFaces Showcase 4.1.0.20111101-M4

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()
           
 int getNonblockingOpacity()
           
 int getStayTime()
           
 int getTopLeftCounter()
           
 boolean isNonblocking()
           
 boolean isShowCloseButton()
           
 boolean isShowShadow()
           
 boolean isSticky()
           
 void setNonblocking(boolean nonblocking)
           
 void setNonblockingOpacity(int 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 int getNonblockingOpacity()

setNonblockingOpacity

public void setNonblockingOpacity(int 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.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.