Method Summary |
|
public void | addMessage(FxFacesMessage message) Adds a new mesage to this FxFacesMessages collection. |
public long | getId() Returns the (server) unique id of this object. |
public List<FxFacesMessage> | getMessages() The messages. |
public FacesMessage.Severity | getSeverity() The shared severity. |
public int | getSize() The message count. |
public String | getSummary() Returns the shared summary with the additional information how many messages
the collection contains. |
public boolean | isContainsDetailMessages() Returns true if at least one message contains a detail error message. |