|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Embedded
Placed on a field, allows to indicate this field use the RowBean declaration of its class. Useful when a field is a bean embedded in another bean.
In this case, the smallest column value found in its RowBean declaration will be used as a relative position from this tag value.
Required Element Summary | |
---|---|
String |
value
Indicates the position in a row from which begin the field representation. |
Optional Element Summary | |
---|---|
Class<?> |
concreteClass
When the field is an interface, it's necessary to indicate the class from which use its RowBean declaration and instanciate the field value. |
Element Detail |
---|
public abstract String value
public abstract Class<?> concreteClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |