Interface TreeMenuTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasValue
,HasVar
,IsRendered
,IsShowRoot
,IsVisual
@Deprecated
public interface TreeMenuTagDeclaration
extends HasIdBindingAndRendered, HasValue, HasVar, IsVisual, IsShowRoot
Deprecated.
A tree which will be displayed like a flat menu.
This menu is often used for navigation on the left side of an application.
-
Method Summary
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasValue
setValue
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVar
setVar
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsShowRoot
setShowRoot
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setState
Deprecated.ValueBindingExpression pointing to a object to save the component's state.
-
TreeTagDeclaration
or <tc:tree> instead.