Uses of Class
org.barracudamvc.core.comp.UnsupportedFormatException

Packages that use UnsupportedFormatException
org.barracudamvc.core.comp.renderer   
org.barracudamvc.core.comp.renderer.html   
 

Uses of UnsupportedFormatException in org.barracudamvc.core.comp.renderer
 

Methods in org.barracudamvc.core.comp.renderer that throw UnsupportedFormatException
 Node Renderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
           
 Node DOMComponentRenderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 

Uses of UnsupportedFormatException in org.barracudamvc.core.comp.renderer.html
 

Methods in org.barracudamvc.core.comp.renderer.html that throw UnsupportedFormatException
 Node HTMLTableRenderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 Node HTMLSelectRenderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
 Node HTMLLinkRenderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
 Node HTMLInputRenderer.createDefaultNode(Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is to create a default Node to be used when the component is not bound to any specific view.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.