Groovy Documentation

grails-app.taglib
Class DisplayTagLib

java.lang.Object
  grails-app.taglib.DisplayTagLib

class DisplayTagLib

Property Summary
def accordion

def accordionElement

def dataTable

DataTable creates a YUI DataTable component markup with JavaScript to transform it.

def expandablePanel

def grailsUITagLibService

static def namespace

def toolTip

 
Constructor Summary
DisplayTagLib()

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

Property Detail

accordion

def accordion


accordionElement

def accordionElement


dataTable

def dataTable
DataTable creates a YUI DataTable component markup with JavaScript to transform it.
id:
id
@resultsList expected JSON root of the data to populate the table @sortedBy initial column to sort by. This should be in defined in the columnDefs mapping, unless allowExclusiveSort=true, in which case the server will have to handle the initial sorting. @sortOrder asc or desc @rowExpansion true/false, will attempt to find a url to load additional markup in an expansion element on row click @allowExclusiveSort default is false, when true will allow unrecognized column names to be used as initial sort value


expandablePanel

def expandablePanel


grailsUITagLibService

def grailsUITagLibService


namespace

static def namespace


toolTip

def toolTip


 
Constructor Detail

DisplayTagLib

DisplayTagLib()


 

Groovy Documentation