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 javafx.beans.property.DoubleProperty height

private javafx.stage.Modality modality

private javafx.beans.property.BooleanProperty resizable

private javafx.stage.StageStyle stageStyle

private javafx.beans.property.StringProperty title

private javafx.beans.property.DoubleProperty width

 
Constructor Summary
AbstractDialogModel()

 
Method Summary
protected String getDialogKey()

protected String getDialogTitle()

double getHeight()

javafx.stage.Modality getModality()

boolean getResizable()

javafx.stage.StageStyle getStageStyle()

String getTitle()

double getWidth()

javafx.beans.property.DoubleProperty heightProperty()

boolean isResizable()

void mvcGroupInit(Map args)

javafx.beans.property.BooleanProperty resizableProperty()

void setHeight(double height)

void setModality(String modality)

void setModality(javafx.stage.Modality value)

void setResizable(boolean resizable)

void setStageStyle(String modality)

void setStageStyle(javafx.stage.StageStyle value)

void setTitle(String title)

void setWidth(double width)

javafx.beans.property.StringProperty titleProperty()

javafx.beans.property.DoubleProperty widthProperty()

 
Methods inherited from class AbstractGriffonModel
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, getResources, getMetaClass, setMetaClass, getLog, isUIThread, 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, metaClassOf, getGriffonClass, getApp, 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, 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, metaClassOf, getGriffonClass, getApp, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

height

private javafx.beans.property.DoubleProperty height


modality

private javafx.stage.Modality modality


resizable

private javafx.beans.property.BooleanProperty resizable


stageStyle

private javafx.stage.StageStyle stageStyle


title

private javafx.beans.property.StringProperty title


width

private javafx.beans.property.DoubleProperty width


 
Constructor Detail

AbstractDialogModel

AbstractDialogModel()


 
Method Detail

getDialogKey

protected String getDialogKey()


getDialogTitle

protected String getDialogTitle()


getHeight

public double getHeight()


getModality

public final javafx.stage.Modality getModality()


getResizable

public boolean getResizable()


getStageStyle

public final javafx.stage.StageStyle getStageStyle()


getTitle

public String getTitle()


getWidth

public double getWidth()


heightProperty

public final javafx.beans.property.DoubleProperty heightProperty()


isResizable

public boolean isResizable()


mvcGroupInit

public void mvcGroupInit(Map args)


resizableProperty

public final javafx.beans.property.BooleanProperty resizableProperty()


setHeight

public void setHeight(double height)


setModality

public void setModality(String modality)


setModality

public final void setModality(javafx.stage.Modality value)


setResizable

public void setResizable(boolean resizable)


setStageStyle

public void setStageStyle(String modality)


setStageStyle

public final void setStageStyle(javafx.stage.StageStyle value)


setTitle

public void setTitle(String title)


setWidth

public void setWidth(double width)


titleProperty

public final javafx.beans.property.StringProperty titleProperty()


widthProperty

public final javafx.beans.property.DoubleProperty widthProperty()


 

Groovy Documentation