|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
@Documented
public @interface FlowlinkDeclares a flow link for the element.
| Required Element Summary | |
|---|---|
String |
srcExit
The name of the exit in the source element that this flow link will be connected to. |
| Optional Element Summary | |
|---|---|
Flowlink.Continuations |
continuations
Indicates whether the continuations should be preserved or cancelled when this submission is sent. |
Datalink[] |
datalinks
This flow link's data links. |
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 flow link. |
Flowlink.Embedding |
embedding
Indicates whether element embedded should be preserved or cancelled when this flow link is followed. |
Flowlink.Inheritance |
inheritance
Indicates whether the behavioral inheritance (3D flow) should be preserved or cancelled when this flow link is followed. |
boolean |
redirect
Indicates whether this flow link will redirect to a dedicated URL instead of executing the destination element directly. |
boolean |
snapback
Indicates whether this flow link is a snapback. |
| Element Detail |
|---|
public abstract String srcExit
If no such exit exists, it will be created automatically.
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 boolean redirect
public abstract Flowlink.Inheritance inheritance
public abstract Flowlink.Embedding embedding
public abstract Flowlink.Continuations continuations
public abstract Datalink[] datalinks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||