filters property

List<TreeStateFilter> filters
final

An unmodifiable list of TreeStateFilters that should intercept the message and transition handlers of the tree state for this node.

The filters should be applied in the order they occur in this list.

Implementation

final List<TreeStateFilter> filters;