@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented public @interface InheritProperty
Allows for the label to be overridden, but nothing else.
Modifier and Type | Required Element and Description |
---|---|
String |
name
Gets the name of the property to be inherited.
|
Modifier and Type | Optional Element and Description |
---|---|
UifDisplayHints |
displayHints
BETA: Gets the hints which can be passed through when auto-generating the input fields for an attribute.
|
Label |
label
Gets the label to override.
|
public abstract String name
public abstract Label label
@Beta public abstract UifDisplayHints displayHints
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.