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

All Superinterfaces:
BodyTag, HasBinding, HasId, HasIdBindingAndRendered, HasLabel, HasLabelWithAccessKey, HasMarkup, HasTip, IsDisabled, IsRendered, IterationTag, JspTag, Tag, TobagoBodyTagDeclaration, TobagoTagDeclaration
All Known Implementing Classes:
TabTag

public interface TabTagDeclaration
extends TobagoBodyTagDeclaration, HasIdBindingAndRendered, HasLabel, HasLabelWithAccessKey, HasTip, HasMarkup, IsDisabled

Renders a tab within a tabgroup.


Field Summary
 
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
 
Method Summary
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
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.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 



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