org.enhydra.barracuda.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.
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 © 2003 BarracudaMVC.org All Rights Reserved.