org.barracudamvc.core.comp
Interface TemplateView

All Superinterfaces:
Cloneable, View
All Known Implementing Classes:
DefaultTemplateView

public interface TemplateView
extends View

This interface defines a View for Table components to render themselves in. Similar to the java.awt.Graphics object in AWT and Swing.


Method Summary
 String getDirAttrName()
           
 StateMap getDirIDMap()
           
 String getIDAttrName()
           
 Node getMasterTemplate()
           
 TemplateDirective lookupDir(String dirStr)
           
 List lookupDirsByID(String idStr)
           
 void setDirAttrName(String dirAttrName)
           
 void setDirIDMap(StateMap idMap)
           
 void setIDAttrName(String idAttrName)
           
 
Methods inherited from interface org.barracudamvc.core.comp.View
clone, getName, getNode, setName, setNode
 

Method Detail

getMasterTemplate

public Node getMasterTemplate()

setDirIDMap

public void setDirIDMap(StateMap idMap)

getDirIDMap

public StateMap getDirIDMap()

lookupDir

public TemplateDirective lookupDir(String dirStr)

lookupDirsByID

public List lookupDirsByID(String idStr)

setIDAttrName

public void setIDAttrName(String idAttrName)

getIDAttrName

public String getIDAttrName()

setDirAttrName

public void setDirAttrName(String dirAttrName)

getDirAttrName

public String getDirAttrName()


Copyright © 2004 BarracudaMVC.org All Rights Reserved.