|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.vaadin.Application.SystemMessages
com.vaadin.Application.CustomizedSystemMessages
org.grails.plugin.vaadin.VaadinSystemMessages
class VaadinSystemMessages extends Application.CustomizedSystemMessages
System-wide system messages configured from Vaadin Config
Property Summary | |
---|---|
static def |
log
|
Constructor Summary | |
VaadinSystemMessages()
Initialise default system messages |
|
VaadinSystemMessages(org.codehaus.groovy.grails.commons.GrailsApplication grailsApplication)
Initialise this system messages from Vaadin config retrieved from grails application |
|
VaadinSystemMessages(Map props)
Initialise this system messages from specified props |
Method Summary | |
---|---|
void
|
configure(org.codehaus.groovy.grails.commons.GrailsApplication grailsApplication)
Configures system messages from Vaadin config retrieved from grails application |
void
|
configure(Map props)
Configures system messages form specified map of properties. |
String
|
toString()
Gets a string representation of this system messages |
Property Detail |
---|
static def log
Constructor Detail |
---|
VaadinSystemMessages()
VaadinSystemMessages(org.codehaus.groovy.grails.commons.GrailsApplication grailsApplication)
Note that an exception will be thrown if the config contains entries that should not be applied to system messages.
grailsApplication
- Grails app from which to retrieve Vaadin config
VaadinSystemMessages(Map props)
Note that an exception will be thrown if the map contains entries that should not be applied to system messages.
props
- The settings to use to configure this system messages
Method Detail |
---|
void configure(org.codehaus.groovy.grails.commons.GrailsApplication grailsApplication)
Note that an exception will be thrown if the config contains entries that should not be applied to system messages.
void configure(Map props)
Note that an exception will be thrown if the map contains entries that should not be applied to system messages.
String toString()
Groovy Documentation