net.sourceforge.xwing.jelly.tags.xwing
Class TextAreaTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.DynaTagSupport
          extended byorg.apache.commons.jelly.MapTagSupport
              extended byorg.apache.commons.jelly.tags.core.UseBeanTag
                  extended byorg.apache.commons.jelly.tags.swing.ComponentTag
                      extended bynet.sourceforge.xwing.jelly.tags.xwing.TextAreaTag
All Implemented Interfaces:
BeanSource, ContainerTag, DynaTag, Tag

public class TextAreaTag
extends ComponentTag


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
TextAreaTag()
           
 
Method Summary
protected  Object newInstance(Class theClass, Map attributes, XMLOutput output)
           
 
Methods inherited from class org.apache.commons.jelly.tags.swing.ComponentTag
addChild, addWindowListener, convertToClass, getComponent, getConstraint, processBean, setAction, setBeanProperties, setBorder, setFont, setLayout, toString
 
Methods inherited from class org.apache.commons.jelly.tags.core.UseBeanTag
doTag, getBean, getDefaultClass, loadClass, setBean
 
Methods inherited from class org.apache.commons.jelly.MapTagSupport
createAttributes, getAttributes, setAttribute
 
Methods inherited from class org.apache.commons.jelly.DynaTagSupport
getAttributeType
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
 

Constructor Detail

TextAreaTag

public TextAreaTag()
Method Detail

newInstance

protected Object newInstance(Class theClass,
                             Map attributes,
                             XMLOutput output)
                      throws JellyTagException
Throws:
JellyTagException


Copyright © 2003 The Xwing Project. All Rights Reserved.