org.efaps.ui.wicket.behaviors
Class SetMessageStatusContributor

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.behavior.AbstractHeaderContributor
          extended by org.apache.wicket.behavior.StringHeaderContributor
              extended by org.efaps.ui.wicket.behaviors.SetMessageStatusContributor
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor

public class SetMessageStatusContributor
extends org.apache.wicket.behavior.StringHeaderContributor

TODO comment!

Version:
$Id: SetMessageStatusContributor.java 4569 2010-05-25 21:23:36Z jan.moxter $
Author:
The eFaps Team
See Also:
Serialized Form

Constructor Summary
SetMessageStatusContributor()
           
 
Method Summary
static java.util.UUID getCmdUUD()
           
static java.lang.String getLabel(int _unread, int _read)
           
 
Methods inherited from class org.apache.wicket.behavior.StringHeaderContributor
detach, getHeaderContributors, toString
 
Methods inherited from class org.apache.wicket.behavior.AbstractHeaderContributor
renderHead
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, bind, cleanup, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetMessageStatusContributor

public SetMessageStatusContributor()
                            throws org.efaps.util.EFapsException
Throws:
org.efaps.util.EFapsException - on errro
Method Detail

getCmdUUD

public static java.util.UUID getCmdUUD()
Returns:
UUID of the command used for the alert button

getLabel

public static java.lang.String getLabel(int _unread,
                                        int _read)
Parameters:
_unread - unread messages
_read - read messages
Returns:
string


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.