|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) protected static @interface Bindable.Load
Annotation that causes the annotated field to be loaded via WTKX and bound to the field. This annotation is the entry point into WTKX binding and a prerequisite to using the @Bind annotation.
WTKXSerializer.readObject(URL)
Required Element Summary | |
---|---|
String |
resourceName
A path name that identifies the WTKX resource to be loaded. |
Optional Element Summary | |
---|---|
String |
locale
The locale with which to load WTKX resources. |
String |
resources
The base name of the resources to associate with the WTKX load. |
Element Detail |
---|
public abstract String resourceName
Class.getResource(String)
and is relative to the Bindable subclass.
public abstract String resources
Resources
class. If unspecified, the WTKX load will be assumed to not use
resource strings.
public abstract String locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |