Uses of Class
de.xima.fc.gui.common.model.push.EFacesMessageSeverity
-
Packages that use EFacesMessageSeverity Package Description de.xima.fc.gui.common.bean.push de.xima.fc.gui.common.model.push -
-
Uses of EFacesMessageSeverity in de.xima.fc.gui.common.bean.push
Methods in de.xima.fc.gui.common.bean.push with parameters of type EFacesMessageSeverity Modifier and Type Method Description Set<Future<Void>>
ABackendPushContext. sendFacesMessage(String summary, String detail, EFacesMessageSeverity severity, boolean saveInSession)
Displays the given faces message on the client.Set<Future<Void>>
ABackendPushContext. sendFacesMessages(String summary, String detail, EFacesMessageSeverity severity)
Displays the given faces message on the client. -
Uses of EFacesMessageSeverity in de.xima.fc.gui.common.model.push
Methods in de.xima.fc.gui.common.model.push that return EFacesMessageSeverity Modifier and Type Method Description EFacesMessageSeverity
FacesMessagePushData. getSeverity()
static EFacesMessageSeverity
EFacesMessageSeverity. ofFacesSeverity(javax.faces.application.FacesMessage.Severity severity)
static EFacesMessageSeverity
EFacesMessageSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFacesMessageSeverity[]
EFacesMessageSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.gui.common.model.push with parameters of type EFacesMessageSeverity Constructor Description FacesMessagePushData(String summary, String detail, EFacesMessageSeverity severity, boolean saveInSession)
Creates a new POJO with the given data.
-