com.fruitioninc.jwc.basic
Class TextFieldView

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

public class TextFieldView
extends ComponentView


Field Summary
static java.lang.String PROPERTY_TEXT
           
 
Fields inherited from class com.fruitioninc.jwc.basic.ComponentView
ELEMENT_MOUSE_LISTENER, ELEMENT_PATH_NAME, m_marshaller
 
Constructor Summary
TextFieldView()
           
 
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

PROPERTY_TEXT

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

TextFieldView

public TextFieldView()
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