org.extremecomponents.table.tag
Class InputTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byorg.extremecomponents.table.tag.InputTag
All Implemented Interfaces:
InputAttributes, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class InputTag
extends javax.servlet.jsp.tagext.TagSupport
implements InputAttributes

Author:
jeff johnston
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
InputTag()
           
 
Method Summary
 void cleanup()
           
 int doEndTag()
           
 java.lang.String getName()
           
 java.lang.String getOnclick()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setOnclick(java.lang.String onclick)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputTag

public InputTag()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface InputAttributes

setType

public void setType(java.lang.String type)
Specified by:
setType in interface InputAttributes

getName

public java.lang.String getName()
Specified by:
getName in interface InputAttributes

setName

public void setName(java.lang.String name)
Specified by:
setName in interface InputAttributes

getValue

public java.lang.String getValue()
Specified by:
getValue in interface InputAttributes

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface InputAttributes

getOnclick

public java.lang.String getOnclick()
Specified by:
getOnclick in interface InputAttributes

setOnclick

public void setOnclick(java.lang.String onclick)
Specified by:
setOnclick in interface InputAttributes

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Throws:
javax.servlet.jsp.JspException

cleanup

public void cleanup()


Copyright © 2004 sourceforge. All Rights Reserved.