org.extremecomponents.table.tag
Class ExportTag

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

public class ExportTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements ExportAttributes

Append any attributes to the Sorting, Filtering, Pagination, and Form Submission. On the URL's will resolve to &name=value. On the

attribute will be added as hidden fields

Author:
Jeff Johnston
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
ExportTag()
           
 
Method Summary
 void cleanup()
           
 int doEndTag()
           
 java.lang.String getDescription()
           
 java.lang.String getHeaderBackgroundColor()
           
 java.lang.String getHeaderColor()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 java.lang.String getView()
           
 void setDescription(java.lang.String description)
           
 void setHeaderBackgroundColor(java.lang.String headerBackgroundColor)
           
 void setHeaderColor(java.lang.String headerColor)
           
 void setName(java.lang.String name)
           
 void setTitle(java.lang.String title)
           
 void setView(java.lang.String view)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, 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

ExportTag

public ExportTag()
Method Detail

getName

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

setName

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

getView

public java.lang.String getView()
Specified by:
getView in interface ExportAttributes

setView

public void setView(java.lang.String view)
Specified by:
setView in interface ExportAttributes

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface ExportAttributes

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface ExportAttributes

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ExportAttributes

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ExportAttributes

getHeaderColor

public java.lang.String getHeaderColor()
Specified by:
getHeaderColor in interface ExportAttributes

setHeaderColor

public void setHeaderColor(java.lang.String headerColor)
Specified by:
setHeaderColor in interface ExportAttributes

getHeaderBackgroundColor

public java.lang.String getHeaderBackgroundColor()
Specified by:
getHeaderBackgroundColor in interface ExportAttributes

setHeaderBackgroundColor

public void setHeaderBackgroundColor(java.lang.String headerBackgroundColor)
Specified by:
setHeaderBackgroundColor in interface ExportAttributes

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.