|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Target(value={})
public static @interface Gadget.GadgetLocale
This annotation allows Locale tags to be added to the module
specification.
| Optional Element Summary | |
|---|---|
java.lang.String |
country
The two letter country code associated with the locale. |
java.lang.String |
lang
The language associated with the locale. |
LanguageDirection |
language_direction
The direction of the gadget. |
java.lang.String |
messages
A URL that points to a message bundle. |
public abstract java.lang.String lang
lang() or country() must be
specified. If omitted, the lang default is *.
public abstract java.lang.String country
lang() or country() must be
specified. If omitted, the country default is ALL.
public abstract java.lang.String messages
public abstract LanguageDirection language_direction
LTR.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||