Uses of Enum
de.xima.fc.gui.common.model.push.EFacesMessageSeverity
Packages that use EFacesMessageSeverity
- 
Uses of EFacesMessageSeverity in de.xima.fc.gui.common.bean.push
Methods in de.xima.fc.gui.common.bean.push with parameters of type EFacesMessageSeverityModifier and TypeMethodDescriptionABackendPushContext.sendFacesMessage(String summary, String detail, EFacesMessageSeverity severity, boolean saveInSession) Displays the given faces message on the client.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 EFacesMessageSeverityModifier and TypeMethodDescriptionFacesMessagePushData.getSeverity()static EFacesMessageSeverityEFacesMessageSeverity.ofFacesSeverity(javax.faces.application.FacesMessage.Severity severity) static EFacesMessageSeverityReturns 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 EFacesMessageSeverityModifierConstructorDescriptionFacesMessagePushData(String summary, String detail, EFacesMessageSeverity severity, boolean saveInSession) Creates a new POJO with the given data.