com.mlw.fps.view.taglib
Class HeaderColumnTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.mlw.fps.view.taglib.HeaderColumnTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class HeaderColumnTag
extends javax.servlet.jsp.tagext.TagSupport

Version:
$Revision: 1.3 $
Author:
Matthew Wilson
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
HeaderColumnTag()
          Creates new GridTag
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getDirection()
          Getter for property direction.
 java.lang.String getKey()
          Getter for property key.
 java.lang.String getRowspan()
          Getter for property rowspan.
 void release()
           
 void setColspan(java.lang.String colspan)
          Setter for property colspan.
 void setDirection(java.lang.String direction)
          Setter for property direction.
 void setKey(java.lang.String key)
          Setter for property key.
 void setProperty(java.lang.String property)
          Setter for property property.
 void setRowspan(java.lang.String rowspan)
          Setter for property rowspan.
 void setSortable(java.lang.String sortable)
          Setter for property sortable.
 void setWidth(java.lang.String width)
          Setter for property width.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

HeaderColumnTag

public HeaderColumnTag()
Creates new GridTag

Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
Throws:
javax.servlet.jsp.JspException

doEndTag

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

setWidth

public void setWidth(java.lang.String width)
Setter for property width.

Parameters:
width - New value of property width.

setColspan

public void setColspan(java.lang.String colspan)
Setter for property colspan.

Parameters:
colspan - New value of property colspan.

getDirection

public java.lang.String getDirection()
Getter for property direction.

Returns:
Value of property direction.

setDirection

public void setDirection(java.lang.String direction)
Setter for property direction.

Parameters:
direction - New value of property direction.

setProperty

public void setProperty(java.lang.String property)
Setter for property property.


setSortable

public void setSortable(java.lang.String sortable)
Setter for property sortable.

Parameters:
sortable - New value of property sortable.

getRowspan

public java.lang.String getRowspan()
Getter for property rowspan.

Returns:
Value of property rowspan.

setRowspan

public void setRowspan(java.lang.String rowspan)
Setter for property rowspan.

Parameters:
rowspan - New value of property rowspan.

getKey

public java.lang.String getKey()
Getter for property key.

Returns:
Value of property key.

setKey

public void setKey(java.lang.String key)
Setter for property key.

Parameters:
key - New value of property key.


Copyright © 2003 mlavilson. All Rights Reserved.