Groovy Documentation

griffon.plugins.slideware
[Java] Interface GriffonSlideClass

griffon.plugins.slideware.GriffonSlideClass
  griffon.core.ApplicationHandler
All Superinterfaces:
ApplicationHandler

public interface GriffonSlideClass
extends GriffonClass

Represents a Slide class in Griffon.

Authors:
Andres Almiray


Field Summary
String TRAILING

"Slide"

String TYPE

"slide"

 
Fields inherited from interface GriffonClass
STANDARD_PROPERTIES
 
Method Summary
 
Methods inherited from interface GriffonClass
getName, newInstance, getPackageName, getMetaClass, getPropertyValue, getPropertyValue, hasProperty, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getArtifactType, getFullName, getClazz, getReferenceInstance, getApp
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

TRAILING

public String TRAILING
"Slide"


TYPE

public String TYPE
"slide"


 

Groovy Documentation