Groovy Documentation

grails-app.taglib
Class TabTagLib

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

class TabTagLib

Property Summary
def grailsUITagLibService

static def namespace

def tab

def tabView

static def tabViewIds

static def tabs

 
Constructor Summary
TabTagLib()

 
Method Summary
static void clearCurrentTabViewId()

static def getCurrentTabViewId()

static void setCurrentTabViewId(def id)

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

Property Detail

grailsUITagLibService

def grailsUITagLibService


namespace

static def namespace


tab

def tab


tabView

def tabView


tabViewIds

static def tabViewIds


tabs

static def tabs


 
Constructor Detail

TabTagLib

TabTagLib()


 
Method Detail

clearCurrentTabViewId

public static void clearCurrentTabViewId()


getCurrentTabViewId

public static def getCurrentTabViewId()


setCurrentTabViewId

public static void setCurrentTabViewId(def id)


 

Groovy Documentation