com.fruitioninc.jwc.basic
Class TextAreaView

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

public class TextAreaView
extends ComponentView


Field Summary
static java.lang.String ELEMENT_COLUMN_COUNT
           
static java.lang.String ELEMENT_ROW_COUNT
           
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
TextAreaView()
           
 
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

ELEMENT_ROW_COUNT

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

ELEMENT_COLUMN_COUNT

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

TextAreaView

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