com.fruitioninc.jwc.basic
Class ButtonView

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

public class ButtonView
extends ComponentView


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

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

ButtonView

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