Package org.primefaces.component.api
Interface UINotification
-
- All Known Implementing Classes:
Growl,GrowlBase,Message,MessageBase,Messages,MessagesBase
public interface UINotification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSeverity()booleanisRedisplay()booleanisSkipDetailIfEqualsSummary()
-
-
-
Method Detail
-
isRedisplay
boolean isRedisplay()
-
getSeverity
String getSeverity()
-
isSkipDetailIfEqualsSummary
boolean isSkipDetailIfEqualsSummary()
-
-