Dashboard Builder Commons 6.2.0.Beta2

Uses of Interface
org.jboss.dashboard.commons.message.Message

Packages that use Message
org.jboss.dashboard.commons.message   
 

Uses of Message in org.jboss.dashboard.commons.message
 

Classes in org.jboss.dashboard.commons.message that implement Message
 class AbstractMessage
          Base implementation of the Message interface.
 

Methods in org.jboss.dashboard.commons.message that return types with arguments of type Message
 List<Message> MessageList.getMessagesForElement(Object element)
          Retrieves from the list of messages those elements that produces the specified message code.
 List<Message> MessageList.getMessagesOfType(int type)
           
 List<Message> MessageList.getMessagesWithCode(String messageCode)
          Retrieves from the list of messages those elements that produces the specified message code.
 

Method parameters in org.jboss.dashboard.commons.message with type arguments of type Message
 boolean MessageList.addAll(Collection<Message> c, boolean discardDuplicates)
           
 

Constructor parameters in org.jboss.dashboard.commons.message with type arguments of type Message
MessageList(Collection<Message> c)
           
 


Dashboard Builder Commons 6.2.0.Beta2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.