Groovy Documentation

griffon.plugins.dialogs
[Java] Class AbstractDialogModel

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.dialogs.AbstractDialogModel

public abstract class AbstractDialogModel
extends AbstractGriffonModel

Authors:
Andres Almiray


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)

 
Methods inherited from class AbstractGriffonModel
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, 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
 
Methods inherited from class AbstractGriffonMvcArtifact
mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, 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
 

Field Detail

center

private boolean center


height

private int height


modal

private boolean modal


resizable

private boolean resizable


title

private String title


width

private int width


 
Constructor Detail

AbstractDialogModel

AbstractDialogModel()


 
Method Detail

getDialogKey

protected String getDialogKey()


getDialogTitle

protected String getDialogTitle()


getHeight

public int getHeight()


getTitle

public String getTitle()


getWidth

public int getWidth()


isCenter

public boolean isCenter()


isModal

public boolean isModal()


isResizable

public boolean isResizable()


mvcGroupInit

public void mvcGroupInit(Map args)


setCenter

public void setCenter(boolean center)


setHeight

public void setHeight(int height)


setModal

public void setModal(boolean modal)


setResizable

public void setResizable(boolean resizable)


setTitle

public void setTitle(String title)


setWidth

public void setWidth(int width)


 

Groovy Documentation