Description

The UIM FlashComponent provides a way for you to write a flash variable to the session from your controllers, to be rendered in a view with the FlashHelper. @method void success(string amessage, Json[string] options = null) Set a message using "success" element @method void info(string amessage, Json[string] options = null) Set a message using "info" element @method void warning(string amessage, Json[string] options = null) Set a message using "warning" element @method void error(string amessage, Json[string] options = null) Set a message using "error" element

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
JsonJson getConfig(string aKey = null, Json defaultValue = Json(null))
voidvoid setConfig(string key, Json valueToSet = null, bool mergeExisting = true)
/*/* DFlashMessage */ string flash()
voidvoid configShallow(string[] keys, Json valueToSet = null)
voidvoid __call(string elementName, Json[string] someArguments)
boolbool initialize(Json[string] initData = null)
JsonJson getConfigOrFail(string aKey)
voidvoid setConfig(string[] aKey, Json valueToSet = null, bool merge = true)
voidvoid set( /* Throwable | */ string amessage, Json[string] options = null)
voidvoid configShallow(string aKey, Json valueToSet = null)