public interface IsMessageSet extends CategoryIs, DoesRender
Category of objects that represent a message set.
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isErrorSet()
Tests if the message set is an error set.
|
default boolean |
isInfoSet()
Tests if the message set is an info set.
|
default boolean |
isWarningSet()
Tests if the message set is an warning set.
|
renderdefault boolean isInfoSet()
Tests if the message set is an info set.
default boolean isWarningSet()
Tests if the message set is an warning set.
default boolean isErrorSet()
Tests if the message set is an error set.
Copyright © 2016–2017. All rights reserved.