Class MenuItemTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.BrowserInfoTag
org.deltava.taglib.layout.MenuElementTag
org.deltava.taglib.layout.MenuItemTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
- Direct Known Subclasses:
UserNameTag
A JSP tag to render a top level menu item in a JSP tag.
- Since:
- 2.6
- Version:
- 11.1
- Author:
- Luke
- See Also:
-
Field Summary
Fields inherited from class org.deltava.taglib.layout.MenuElementTag
_renderTableFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoEndTag()Writes the menu item's closing tag(s) to the JSP output stream.intWrites the menu item's opening tag(s) to the JSP output stream.voidrelease()voidsetColor(int rgb) Sets the background color of the menu title.protected voidSets the label for the menu item.voidsetWidth(int width) Sets the width of the menu title.Methods inherited from class org.deltava.taglib.BrowserInfoTag
getBrowserContext, passedCAPTCHAMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
MenuItemTag
public MenuItemTag()
-
-
Method Details
-
setWidth
public void setWidth(int width) Sets the width of the menu title.- Parameters:
width- the width in pixels
-
setColor
public void setColor(int rgb) Sets the background color of the menu title.- Parameters:
rgb- a 24-bit RGB value
-
setLabel
-
release
public void release()- Specified by:
releasein interfaceTag- Overrides:
releasein classTagSupport
-
doStartTag
Writes the menu item's opening tag(s) to the JSP output stream.- Specified by:
doStartTagin interfaceTag- Overrides:
doStartTagin classMenuElementTag- Returns:
- TagSuppport.EVAL_BODY_INCLUDE always
- Throws:
JspException- if an error occurs
-
doEndTag
Writes the menu item's closing tag(s) to the JSP output stream.- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Returns:
- TagSuppport.EVAL_PAGE always
- Throws:
JspException- if an error occurs
-