Groovy Documentation

griffon.plugins.slideware
[Groovy] Class DeckConfigModel

java.lang.Object
  groovy.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

Authors:
Andres Almiray


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
 
Methods inherited from class AbstractGriffonModel
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, mvcGroupInit, mvcGroupDestroy, getResourceAsStream, newInstance, getResources, getMetaClass, setMetaClass, getLog, isUIThread, execAsync, execSync, execOutside, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, getGriffonClass, getApp, metaClassOf, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

fileName

@Bindable
String fileName


fullScreen

@Bindable
boolean fullScreen


screenHeight

@Bindable
String screenHeight


screenWidth

@Bindable
String screenWidth


 
Constructor Detail

DeckConfigModel

DeckConfigModel()


 
Method Detail

getDialogKey

protected String getDialogKey()


getDialogTitle

protected String getDialogTitle()


isNumber

private static boolean isNumber(def val)


mvcGroupInit

void mvcGroupInit(Map args)


readConfig

void readConfig()


validate

boolean validate()


writeConfig

void writeConfig()


 

Groovy Documentation