net.mlw.vlh.web.tag
Class ControlsTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bynet.mlw.vlh.web.tag.ConfigurableTag
              extended bynet.mlw.vlh.web.tag.BaseColumnTag
                  extended bynet.mlw.vlh.web.tag.ControlsTag
All Implemented Interfaces:
Attributeable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, Serializable, javax.servlet.jsp.tagext.Tag

Deprecated. use vlh:column with omitted parameters 'property'

public class ControlsTag
extends BaseColumnTag

This tag creates a column in a row with "listeners for actions".

Version:
$Revision: 1.6 $ $Date: 2005/11/23 15:02:16 $
Author:
Andrej Zachar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ControlsTag()
          Deprecated.  
 
Method Summary
 int doEndTag()
          Deprecated.  
 int doStartTag()
          Deprecated.  
 
Methods inherited from class net.mlw.vlh.web.tag.BaseColumnTag
getRowTag, getTitle, getTitleKey, getToolTip, getToolTipKey, release, setTitle, setTitleKey, setToolTip, setToolTipKey
 
Methods inherited from class net.mlw.vlh.web.tag.ConfigurableTag
appendClassCellAttribute, getAttributes, getCellAttributes, resetAttributes, setAttributes, setCellAttribute
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ControlsTag

public ControlsTag()
Deprecated. 
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Deprecated. 
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doStartTag()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Deprecated. 
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class BaseColumnTag
Throws:
javax.servlet.jsp.JspException
See Also:
Tag.doEndTag()


Copyright © 2003-2006 mlavilson. All Rights Reserved.