|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) protected static @interface Bindable.Bind
Annotation that causes a loaded WTKX element to be bound to the annotated field. This annotation necessitates the prior use of a @Load annotation and references the loaded field via the fieldName attribute.
Required Element Summary | |
---|---|
String |
fieldName
The name of the field that was loaded via the @Load annotation. |
Optional Element Summary | |
---|---|
String |
id
The ID of the WTKX variable that references the element to bind. |
Element Detail |
---|
public abstract String fieldName
Bindable.Load
public abstract String id
WTKXSerializer.getObjectByID(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |