Groovy Documentation

simplejpa.swing
[Groovy] Class DialogUtils

java.lang.Object
  simplejpa.swing.DialogUtils

class DialogUtils
extends Object

Field Summary
static Closure defaultContentDecorator

 
Constructor Summary
DialogUtils()

 
Method Summary
static def showMVCGroup(String mvcGroupName, Map args, GriffonApplication app, GriffonView view, Map dialogProperties = null, Closure onFinish = null, Closure contentDecorator = null)

 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Field Detail

defaultContentDecorator

public static Closure defaultContentDecorator


 
Constructor Detail

DialogUtils

DialogUtils()


 
Method Detail

showMVCGroup

static def showMVCGroup(String mvcGroupName, Map args, GriffonApplication app, GriffonView view, Map dialogProperties = null, Closure onFinish = null, Closure contentDecorator = null)


 

Groovy Documentation