Groovy Documentation

grails-app.taglib.org.grails.grailsui
Class ChartTagLib

java.lang.Object
  grails-app.taglib.org.grails.grailsui.ChartTagLib

class ChartTagLib

Property Summary
static def SERIES_KEYS

def barChart

def chartTagLibService

def columnChart

def grailsUITagLibService

def lineChart

static def namespace

def pieChart

 
Constructor Summary
ChartTagLib()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

SERIES_KEYS

static def SERIES_KEYS


barChart

def barChart


chartTagLibService

def chartTagLibService


columnChart

def columnChart


grailsUITagLibService

def grailsUITagLibService


lineChart

def lineChart


namespace

static def namespace


pieChart

def pieChart


 
Constructor Detail

ChartTagLib

ChartTagLib()


 

Groovy Documentation