Uses of Class
de.xima.fc.gui.model.TargettedFacesMessage
-
Packages that use TargettedFacesMessage Package Description de.xima.fc.gui.common.bean de.xima.fc.gui.event -
-
Uses of TargettedFacesMessage in de.xima.fc.gui.common.bean
Method parameters in de.xima.fc.gui.common.bean with type arguments of type TargettedFacesMessage Modifier and Type Method Description void
NotificationBean. addSessionMessages(List<? extends TargettedFacesMessage> messages)
Saves the given FacesMessages in the session. -
Uses of TargettedFacesMessage in de.xima.fc.gui.event
Methods in de.xima.fc.gui.event that return types with arguments of type TargettedFacesMessage Modifier and Type Method Description List<? extends TargettedFacesMessage>
MessageListenerEvent. getMessages()
Constructor parameters in de.xima.fc.gui.event with type arguments of type TargettedFacesMessage Constructor Description MessageListenerEvent(List<? extends TargettedFacesMessage> messages)
Creates a new POJO with the given values.
-