Uses of Class
org.enhydra.barracuda.core.comp.UnsupportedFormatException

Packages that use UnsupportedFormatException
org.enhydra.barracuda.core.comp.renderer   
org.enhydra.barracuda.core.comp.renderer.html   
 

Uses of UnsupportedFormatException in org.enhydra.barracuda.core.comp.renderer
 

Methods in org.enhydra.barracuda.core.comp.renderer that throw UnsupportedFormatException
 org.w3c.dom.Node Renderer.createDefaultNode(org.w3c.dom.Document doc, BComponent comp, ViewContext vc)
           
 org.w3c.dom.Node DOMComponentRenderer.createDefaultNode(org.w3c.dom.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.enhydra.barracuda.core.comp.renderer.html
 

Methods in org.enhydra.barracuda.core.comp.renderer.html that throw UnsupportedFormatException
 org.w3c.dom.Node HTMLTextRenderer.createDefaultNode(org.w3c.dom.Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 org.w3c.dom.Node HTMLTemplateRenderer.createDefaultNode(org.w3c.dom.Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 org.w3c.dom.Node HTMLTableRenderer.createDefaultNode(org.w3c.dom.Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 org.w3c.dom.Node HTMLSelectRenderer.createDefaultNode(org.w3c.dom.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.
 org.w3c.dom.Node HTMLListRenderer.createDefaultNode(org.w3c.dom.Document doc, BComponent comp, ViewContext vc)
          The purpose of this method is for a renderer to provide a default node (if none exists).
 org.w3c.dom.Node HTMLLinkRenderer.createDefaultNode(org.w3c.dom.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.
 org.w3c.dom.Node HTMLInputRenderer.createDefaultNode(org.w3c.dom.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.
 org.w3c.dom.Node HTMLComponentRenderer.createDefaultNode(org.w3c.dom.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.
 org.w3c.dom.Node HTMLActionRenderer.createDefaultNode(org.w3c.dom.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 © 2001 Enhydra.org