Groovy Documentation

griffon.chart
[Java] Interface GriffonChartClass

griffon.core.ApplicationHandler
  griffon.chart.GriffonChartClass
All Superinterfaces:
ApplicationHandler

public interface GriffonChartClass
extends GriffonClass

Represents a Chart class in Griffon.

Authors:
Andres Almiray


Field Summary
String TRAILING

"Chart"

String TYPE

"chart"

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

Field Detail

TRAILING

public String TRAILING
"Chart"


TYPE

public String TYPE
"chart"


 

Groovy Documentation