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 use TreeTagDeclaration or <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

    Modifier and Type
    Method
    Description
    void
    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.HasId

    setId

    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

      void setState(String state)
      Deprecated.
      ValueBindingExpression pointing to a object to save the component's state.