com.fruitioninc.jwc.basic
Class HyperLinkView

java.lang.Object
  |
  +--com.fruitioninc.jwc.basic.ComponentView
        |
        +--com.fruitioninc.jwc.basic.HyperLinkView
All Implemented Interfaces:
View

public class HyperLinkView
extends ComponentView


Field Summary
static java.lang.String ELEMENT_TEXT
           
static java.lang.String ELEMENT_URL
           
 
Fields inherited from class com.fruitioninc.jwc.basic.ComponentView
ELEMENT_MOUSE_LISTENER, ELEMENT_PATH_NAME, m_marshaller
 
Constructor Summary
HyperLinkView()
           
 
Method Summary
protected  void renderComponent(SAXRenderContext context, Component component)
           
 
Methods inherited from class com.fruitioninc.jwc.basic.ComponentView
getComponentElementName, render, render, renderModelState, renderObjectProperty, renderStringProperty, renderStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_TEXT

public static final java.lang.String ELEMENT_TEXT
See Also:
Constant Field Values

ELEMENT_URL

public static final java.lang.String ELEMENT_URL
See Also:
Constant Field Values
Constructor Detail

HyperLinkView

public HyperLinkView()
Method Detail

renderComponent

protected void renderComponent(SAXRenderContext context,
                               Component component)
                        throws java.io.IOException,
                               org.xml.sax.SAXException
Specified by:
renderComponent in class ComponentView
java.io.IOException
org.xml.sax.SAXException