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.
getMasterTemplate
Node getMasterTemplate()
setDirIDMap
void setDirIDMap(StateMap idMap)
getDirIDMap
StateMap getDirIDMap()
lookupDir
TemplateDirective lookupDir(String dirStr)
lookupDirsByID
List lookupDirsByID(String idStr)
setIDAttrName
void setIDAttrName(String idAttrName)
getIDAttrName
String getIDAttrName()
setDirAttrName
void setDirAttrName(String dirAttrName)
getDirAttrName
String getDirAttrName()
Copyright © 2006 BarracudaMVC.org All Rights Reserved.