Interface TreeMenuTagDeclaration
-
- All Superinterfaces:
HasBinding,HasId,HasIdBindingAndRendered,HasValue,HasVar,IsRendered,IsShowRoot,IsVisual
@Deprecated public interface TreeMenuTagDeclaration extends HasIdBindingAndRendered, HasValue, HasVar, IsVisual, IsShowRoot
Deprecated.since 4.2.1. Please useTreeTagDeclarationor <tc:tree> instead.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetState(String state)Deprecated.ValueBindingExpression pointing to a object to save the component's state.-
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 Detail
-
setState
void setState(String state)
Deprecated.ValueBindingExpression pointing to a object to save the component's state.
-
-