Interface LinksTagDeclaration
- All Superinterfaces:
- HasAutoSpacing,- HasBinding,- HasId,- HasIdBindingAndRendered,- HasOrientation,- HasTip,- IsRendered,- IsVisual
public interface LinksTagDeclaration
extends HasIdBindingAndRendered, IsVisual, HasTip, HasOrientation, HasAutoSpacing
Defines a navigation element, which contains a menu-like structure
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetDisabled(String disabled) Flag indicating that this element and all children are disabled.Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacingsetAutoSpacingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasOrientationsetOrientationMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setDisabledFlag indicating that this element and all children are disabled.
 
-