|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface DatalinkDeclares a data link for the element.
| Optional Element Summary | |
|---|---|
Class |
destClass
The Java class of the destination element for this data link. |
String |
destClassIdPrefix
The prefix that will be added to the destClass ID. |
String |
destId
The ID of the destination element for this data link. |
String |
destInbean
The name of the target element's destination inbean. |
String |
destInput
The name of the target element's destination input. |
boolean |
snapback
Indicates whether this data link is a snapback. |
String |
srcOutbean
The name of this element's outbean. |
String |
srcOutput
The name of this element's source output. |
public abstract String srcOutput
public abstract String srcOutbean
public abstract String destId
If destClass is provided, it will override the
destId value.
destClass()public abstract Class destClass
Elem annotation.
If destClass is provided, it will override the
destId value.
The ID will be evaluated locally to the current subsite. If you
have to refer to an ID in another subsite, you have to use the
destClassIdPrefix().
destId(),
destClassIdPrefix()public abstract String destClassIdPrefix
destClass ID.
This makes it possible to refer to an ID in another subsite. Note that this prefix is not validated individually, it is merely added as a string to build the final ID that will be used.
destClass()public abstract boolean snapback
public abstract String destInput
public abstract String destInbean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||