|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | 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.dialogs.AbstractDialogModel
public abstract class AbstractDialogModel extends AbstractGriffonModel
| Field Summary | |
|---|---|
private boolean |
center
|
private int |
height
|
private boolean |
modal
|
private boolean |
resizable
|
private String |
title
|
private int |
width
|
| Constructor Summary | |
AbstractDialogModel()
|
|
| Method Summary | |
|---|---|
protected String
|
getDialogKey()
|
protected String
|
getDialogTitle()
|
int
|
getHeight()
|
String
|
getTitle()
|
int
|
getWidth()
|
boolean
|
isCenter()
|
boolean
|
isModal()
|
boolean
|
isResizable()
|
void
|
mvcGroupInit(Map args)
|
void
|
setCenter(boolean center)
|
void
|
setHeight(int height)
|
void
|
setModal(boolean modal)
|
void
|
setResizable(boolean resizable)
|
void
|
setTitle(String title)
|
void
|
setWidth(int width)
|
| Field Detail |
|---|
private boolean center
private int height
private boolean modal
private boolean resizable
private String title
private int width
| Constructor Detail |
|---|
AbstractDialogModel()
| Method Detail |
|---|
protected String getDialogKey()
protected String getDialogTitle()
public int getHeight()
public String getTitle()
public int getWidth()
public boolean isCenter()
public boolean isModal()
public boolean isResizable()
public void mvcGroupInit(Map args)
public void setCenter(boolean center)
public void setHeight(int height)
public void setModal(boolean modal)
public void setResizable(boolean resizable)
public void setTitle(String title)
public void setWidth(int width)
Groovy Documentation