Annotation Interface ExpansionStateManager


@Retention(RUNTIME) @Target(TYPE) @Documented @Inherited public @interface ExpansionStateManager
Specify the class that handle the expansion state of the Tree. To be used in a builder that creates a Tree Component Supported API: true

Extendable: false
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends com.ptc.mvc.components.TreeExpansionStateManager>
    The class that handle the expansion state

    Supported API: true
  • Element Details

    • value

      Class<? extends com.ptc.mvc.components.TreeExpansionStateManager> value
      The class that handle the expansion state

      Supported API: true
      Returns: