net.sf.springlayout.web.layout.taglib
Class DataGridRemoveColumnTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.springframework.web.servlet.tags.RequestContextAwareTag
org.springframework.web.servlet.tags.HtmlEscapingAwareTag
net.sf.springlayout.web.layout.taglib.DataGridColumnTag
net.sf.springlayout.web.layout.taglib.DataGridRemoveColumnTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
public class DataGridRemoveColumnTag
- extends DataGridColumnTag
- See Also:
- Serialized Form
Fields inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE |
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 |
Method Summary |
int |
doEndTag()
|
int |
doStartTagInternal()
|
void |
setCancelControlClass(java.lang.String cancelControlClass)
Sets the cancelControlClass for this DataGridRemoveColumnTag. |
void |
setCancelControlTitle(java.lang.String cancelControlTitle)
Sets the cancelControlTitle for this DataGridRemoveColumnTag. |
void |
setCancelControlTitleKey(java.lang.String cancelControlTitleKey)
Sets the cancelControlTitleKey for this DataGridRemoveColumnTag. |
void |
setRemoveControlClass(java.lang.String removeControlClass)
Sets the removeControlClass for this DataGridRemoveColumnTag. |
void |
setRemoveControlTitle(java.lang.String removeControlTitle)
Sets the removeControlTitle for this DataGridRemoveColumnTag. |
void |
setRemoveControlTitleKey(java.lang.String removeControlTitleKey)
Sets the removeControlTitleKey for this DataGridRemoveColumnTag. |
void |
setType(java.lang.String type)
Sets the type for this DataGridRemoveColumnTag. |
Methods inherited from class org.springframework.web.servlet.tags.HtmlEscapingAwareTag |
isHtmlEscape, setHtmlEscape |
Methods inherited from class org.springframework.web.servlet.tags.RequestContextAwareTag |
doCatch, doFinally, doStartTag, getRequestContext |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, 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 |
DataGridRemoveColumnTag
public DataGridRemoveColumnTag()
doStartTagInternal
public int doStartTagInternal()
throws javax.servlet.jsp.JspException
- Overrides:
doStartTagInternal
in class DataGridColumnTag
- 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 DataGridColumnTag
- Throws:
javax.servlet.jsp.JspException
setType
public void setType(java.lang.String type)
- Sets the type for this DataGridRemoveColumnTag.
- Parameters:
type
- Sets the type for this DataGridRemoveColumnTag.
setRemoveControlClass
public void setRemoveControlClass(java.lang.String removeControlClass)
- Sets the removeControlClass for this DataGridRemoveColumnTag.
- Parameters:
removeControlClass
- Sets the removeControlClass for this DataGridRemoveColumnTag.
setRemoveControlTitleKey
public void setRemoveControlTitleKey(java.lang.String removeControlTitleKey)
- Sets the removeControlTitleKey for this DataGridRemoveColumnTag.
- Parameters:
removeControlTitleKey
- Sets the removeControlTitleKey for this DataGridRemoveColumnTag.
setRemoveControlTitle
public void setRemoveControlTitle(java.lang.String removeControlTitle)
- Sets the removeControlTitle for this DataGridRemoveColumnTag.
- Parameters:
removeControlTitle
- Sets the removeControlTitle for this DataGridRemoveColumnTag.
setCancelControlClass
public void setCancelControlClass(java.lang.String cancelControlClass)
- Sets the cancelControlClass for this DataGridRemoveColumnTag.
- Parameters:
cancelControlClass
- Sets the cancelControlClass for this DataGridRemoveColumnTag.
setCancelControlTitleKey
public void setCancelControlTitleKey(java.lang.String cancelControlTitleKey)
- Sets the cancelControlTitleKey for this DataGridRemoveColumnTag.
- Parameters:
cancelControlTitleKey
- Sets the cancelControlTitleKey for this DataGridRemoveColumnTag.
setCancelControlTitle
public void setCancelControlTitle(java.lang.String cancelControlTitle)
- Sets the cancelControlTitle for this DataGridRemoveColumnTag.
- Parameters:
cancelControlTitle
- Sets the cancelControlTitle for this DataGridRemoveColumnTag.
Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.