net.sourceforge.xwing.jelly.tags.xwing
Class TextFieldTag

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.TextFieldTag
All Implemented Interfaces:
BeanSource, ContainerTag, DynaTag, Tag

public class TextFieldTag
extends ComponentTag


Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
TextFieldTag()
           
 
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

TextFieldTag

public TextFieldTag()
Method Detail

newInstance

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


Copyright © 2003 The Xwing Project. All Rights Reserved.