destroyMVCGroup(String mvcName)

Purpose

Destroys an MVC group instance.

Examples

class SampleController {
    def action = { evt = null ->
        destroyMVCGroup('Other') 
    }
}

Description

This method performs the following steps in the specified order

Once a group has been destroyed it can not be used again.

Fired Events