|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface InheritPropertyRepresents a property which should be inherited from another data object class.
Allows for the label to be overridden, but nothing else.
| Required Element Summary | |
|---|---|
String |
name
Gets the name of the property to be inherited. |
| Optional Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
public abstract String name
public abstract Label label
@Beta public abstract UifDisplayHints displayHints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||