Uses of Class
org.jboss.hal.spi.Message
-
Packages that use Message Package Description org.jboss.hal.client.skeleton org.jboss.hal.spi -
-
Uses of Message in org.jboss.hal.client.skeleton
Methods in org.jboss.hal.client.skeleton with parameters of type Message Modifier and Type Method Description voidHeaderPresenter.MyView. onMessage(Message message)voidHeaderView. onMessage(Message message) -
Uses of Message in org.jboss.hal.spi
Methods in org.jboss.hal.spi that return Message Modifier and Type Method Description static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. error(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. error(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)MessageMessageEvent. getMessage()static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. info(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. info(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. success(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. success(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. warning(long id, com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message, boolean sticky)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message, String details)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message, String details, boolean sticky)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback)static MessageMessage. warning(com.google.gwt.safehtml.shared.SafeHtml message, String actionTitle, Callback callback, boolean sticky)Methods in org.jboss.hal.spi with parameters of type Message Modifier and Type Method Description static voidMessageEvent. fire(com.google.web.bindery.event.shared.EventBus eventBus, Message message)Constructors in org.jboss.hal.spi with parameters of type Message Constructor Description MessageEvent(Message message)
-