Uses of Interface
com.fruitioninc.jwc.basic.SAXRenderContext

Packages that use SAXRenderContext
com.fruitioninc.jwc.basic Provides a set of basic views for the components in the com.fruitioninc.jwc package. 
 

Uses of SAXRenderContext in com.fruitioninc.jwc.basic
 

Classes in com.fruitioninc.jwc.basic that implement SAXRenderContext
 class XMLReader
           
 

Methods in com.fruitioninc.jwc.basic with parameters of type SAXRenderContext
protected  void TextFieldView.renderComponent(SAXRenderContext context, Component component)
           
protected  void TextAreaView.renderComponent(SAXRenderContext context, Component component)
           
protected  void TableView.renderComponent(SAXRenderContext context, Component component)
           
protected  void PageView.renderComponent(SAXRenderContext context, Component component)
           
protected  void ListBoxView.renderComponent(SAXRenderContext context, Component component)
           
protected  void LabelView.renderComponent(SAXRenderContext context, Component component)
           
protected  void HyperLinkView.renderComponent(SAXRenderContext context, Component component)
           
protected  void ContainerView.renderComponent(SAXRenderContext context, Component component)
           
 void ComponentView.render(SAXRenderContext context, Component component)
           
 void ComponentView.renderModelState(SAXRenderContext context, Component component)
           
protected static void ComponentView.renderObjectProperty(SAXRenderContext context, Component component, Property property)
           
protected static void ComponentView.renderStringProperty(SAXRenderContext context, Component component, Property property)
           
protected static void ComponentView.renderStringProperty(SAXRenderContext context, Component component, Property property, org.xml.sax.Attributes attributes)
           
protected abstract  void ComponentView.renderComponent(SAXRenderContext context, Component component)
           
protected  void ButtonView.renderComponent(SAXRenderContext context, Component component)
           
 void ApplicationView.render(SAXRenderContext context, Application application)
           
protected  void ApplicationView.writeNonvisibleApplicationState(SAXRenderContext context, Application application)
           
protected  void ApplicationView.writePair(SAXRenderContext context, java.lang.String name, java.lang.String value)