|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.lang.GroovyObjectSupport
org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
org.codehaus.griffon.runtime.core.AbstractGriffonModel
griffon.plugins.slideware.AbstractDialogModel
abstract class AbstractDialogModel extends AbstractGriffonModel
| Property Summary | |
|---|---|
int |
height
|
boolean |
modal
|
boolean |
resizable
|
String |
title
|
int |
width
|
| Constructor Summary | |
AbstractDialogModel()
|
|
| Method Summary | |
|---|---|
protected String
|
getDialogKey()
|
protected String
|
getDialogTitle()
|
void
|
mvcGroupInit(Map args)
|
| Property Detail |
|---|
@Bindable int height
@Bindable boolean modal
@Bindable boolean resizable
@Bindable String title
@Bindable int width
| Constructor Detail |
|---|
AbstractDialogModel()
| Method Detail |
|---|
protected String getDialogKey()
protected String getDialogTitle()
void mvcGroupInit(Map args)
Groovy Documentation