Interface TreeTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasValue, HasVar, IsRendered, IsShowRoot, IsShowRootJunction, IsVisual

public interface TreeTagDeclaration extends HasIdBindingAndRendered, HasValue, HasVar, IsVisual, IsShowRoot, IsShowRootJunction
A tree with classical look. Usually used with icons and junction lines to open folder, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSelectable(String selectable)
    Flag indicating whether or not this component should be render selectable items.
    void
    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.IsShowRootJunction

    setShowRootJunction

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Method Details

    • setSelectable

      void setSelectable(String selectable)
      Flag indicating whether or not this component should be render selectable items. Possible values are:
      • none : not selectable
      • multi : a multi section tree is rendered
      • single : a single section tree is rendered
      • multiLeafOnly : a multi section tree is rendered, only leaf's are selectable
      • singleLeafOnly : a single section tree is rendered, only leaf's are selectable
    • setState

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