Interface RecursiveValue<T>


public interface RecursiveValue<T>

Interface that represents a parent-children relationship. It's used in the Tapestry's Recursive component.

This was contributed by KGL PubFactory.

Since:
5.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of children for a given value.
    Returns the original object related to this value.