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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDisabled(String disabled)
Flag indicating that this element and all children are disabled.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasOrientation
setOrientation
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
setDisabled
void setDisabled(String disabled)
Flag indicating that this element and all children are disabled.
-
-