@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Cascade
| Modifier and Type | Optional Element and Description |
|---|---|
String |
cascadeTo
The property to cascade to - if the value of the annotated property changes, then filter the
values of the property that is referenced here
|
String |
filterPath
The path that is used for filtering the attribute that you cascade - i.e. how to get from the
attribute that is being filtered to the property to base the filter on
|
CascadeMode |
mode
When to apply the cascading - in search forms, edit forms, or both
|
public abstract String cascadeTo
public abstract String filterPath
public abstract CascadeMode mode
Copyright © 2019 Open Circle Solutions. All rights reserved.