|
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
griffon.plugins.slideware.DeckConfigModel
class DeckConfigModel extends AbstractDialogModel
| Property Summary | |
|---|---|
String |
fileName
|
boolean |
fullScreen
|
String |
screenHeight
|
String |
screenWidth
|
| Constructor Summary | |
DeckConfigModel()
|
|
| Method Summary | |
|---|---|
protected String
|
getDialogKey()
|
protected String
|
getDialogTitle()
|
private static boolean
|
isNumber(def val)
|
void
|
mvcGroupInit(Map args)
|
void
|
readConfig()
|
boolean
|
validate()
|
void
|
writeConfig()
|
| Methods inherited from class AbstractDialogModel | |
|---|---|
| getDialogKey, getDialogTitle, mvcGroupInit |
| Property Detail |
|---|
@Bindable String fileName
@Bindable boolean fullScreen
@Bindable String screenHeight
@Bindable String screenWidth
| Constructor Detail |
|---|
DeckConfigModel()
| Method Detail |
|---|
protected String getDialogKey()
protected String getDialogTitle()
private static boolean isNumber(def val)
void mvcGroupInit(Map args)
void readConfig()
boolean validate()
void writeConfig()
Groovy Documentation