org.apache.myfaces.tobago.taglib.component
Interface MenuTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasImage, HasLabel, HasLabelWithAccessKey, IsDisabled, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
MenuTag

public interface MenuTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasLabel, HasLabelWithAccessKey, IsDisabled, HasImage

Container component to hold submenus and items.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasImage
setImage
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.