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

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasLabel, HasLabelAndAccessKey, HasLabelWithAccessKey, HasMarkup, HasTip, IsDisabled, IsRendered

public interface TabTagDeclaration
extends HasIdBindingAndRendered, HasLabelAndAccessKey, HasTip, HasMarkup, HasCurrentMarkup, IsDisabled

Renders a tab within a tabgroup.


Method Summary
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled
setDisabled
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.