edu.internet2.middleware.grouper.ui.tags
Class GrouperInfodotTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
edu.internet2.middleware.grouper.ui.tags.GrouperInfodotTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
public class GrouperInfodotTag
- extends BodyTagSupport
This will generate an infodot image which when clicked will hide/show some instructions
Generates something like this:
<a href="#" onclick="return grouperHideShow(event, 'firstHideShow');"><img
src="grouper/images/infodot.gif" border="0" alt="More Information" class="infodotImage"
height="16" width="16" /></a>
- Author:
- mchyzer
- See Also:
- Serialized Form
Method Summary |
int |
doEndTag()
|
void |
release()
Releases any resources we may have (or inherit) |
void |
setHideShowHtmlId(String hideShowHtmlId1)
id of the html element to hide/show (actually it is the prefix, needs an
index after, which is generated by the hide/show tag |
GrouperInfodotTag
public GrouperInfodotTag()
- init fields on construct
release
public void release()
- Releases any resources we may have (or inherit)
- Specified by:
release
in interface Tag
- Overrides:
release
in class BodyTagSupport
setHideShowHtmlId
public void setHideShowHtmlId(String hideShowHtmlId1)
- id of the html element to hide/show (actually it is the prefix, needs an
index after, which is generated by the hide/show tag
- Parameters:
hideShowHtmlId1
- the hideShowHtmlId to set
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class BodyTagSupport
- Throws:
JspException
- See Also:
BodyTagSupport.doEndTag()