@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface ParentField
UIElement| Modifier and Type | Required Element and Description |
|---|---|
String |
fieldName |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends DependantFieldAccessor> |
dependantFieldAccessor |
DependentFieldOption[] |
dependantFieldOptions |
public abstract String fieldName
public abstract DependentFieldOption[] dependantFieldOptions
DependentFieldOptions to use for the associated fieldpublic abstract Class<? extends DependantFieldAccessor> dependantFieldAccessor
DependantFieldAccessor to use to dynamically produce dependent optionsCopyright 2023 Ping Identity Corp. All rights reserved.