@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Dialog
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id
The component id.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
localeID
Represents the Locale ID. see:
http://www.oracle.com/technetwork/java/javase/locales-137662.html
|
java.lang.String |
resourceBundleLocation
Represents the location of your resource bundle file.
|
Scope |
scope
Defines the Scope of the Dialog, default is Singleton.
|
java.lang.String |
viewLocation
Represents the location (URI) of the declarative UI.
|
public abstract java.lang.String id
public abstract Scope scope
Scope
public abstract java.lang.String viewLocation
public abstract java.lang.String resourceBundleLocation
public abstract java.lang.String localeID