Package | Description |
---|---|
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.shared | |
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.safehtml.client |
Interfaces for creating safe HTML content using templates.
|
com.google.gwt.uibinder.client |
Classes used to generate user interfaces using declarative ui.xml files.
|
com.google.gwt.user.client.rpc |
Classes used in client-side implementation of remote procedure calls.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.validation.client | |
java.lang | |
java.lang.annotation | |
javaemul.internal.annotations | |
javax.validation.constraints |
Modifier and Type | Class and Description |
---|---|
interface |
GwtScriptOnly
Deprecated.
since hosted/dev mode is deprecated and has no other uses.
|
interface |
SingleJsoImpl
This annotation may be placed on an interface to declare the single
JavaScriptObject type that implements the interface.
|
interface |
SingleJsoImplName
This annotation may be placed on an interface to name the single
JavaScriptObject type that implements the interface.
|
Modifier and Type | Class and Description |
---|---|
interface |
LinkerOrder
Defines the relative order in which a Linker will be run.
|
interface |
Shardable
This annotation, when placed on a
Linker
class, indicates that the linker supports the shardable version of the Linker
API. |
interface |
Transferable
An artifact marked with this annotation is passed through a compilation all
the way to the final call to
Linker.link(com.google.gwt.core.ext.TreeLogger, com.google.gwt.core.ext.LinkerContext, ArtifactSet, boolean)
. |
Modifier and Type | Class and Description |
---|---|
interface |
GwtIncompatible
A simple of a GwtIncompatible annotation.
|
Modifier and Type | Class and Description |
---|---|
interface |
TagName
Indicates the tag name of an
Element subclass. |
Modifier and Type | Class and Description |
---|---|
static interface |
Editor.Ignore
Tells the Editor framework to ignore an Editor accessor.
|
static interface |
Editor.Path
Maps a composite Editor's component Editors into the data-model.
|
Modifier and Type | Class and Description |
---|---|
static interface |
Constants.DefaultBooleanValue
Default boolean value to be used if no translation is found (and also used as the
source for translation).
|
static interface |
Constants.DefaultDoubleValue
Default double value to be used if no translation is found (and also used as the
source for translation).
|
static interface |
Constants.DefaultFloatValue
Default float value to be used if no translation is found (and also used as the
source for translation).
|
static interface |
Constants.DefaultIntValue
Default integer value to be used if no translation is found (and also used as the
source for translation).
|
static interface |
Constants.DefaultStringArrayValue
Default string array value to be used if no translation is found (and also
used as the source for translation).
|
static interface |
Constants.DefaultStringMapValue
Default string map value to be used if no translation is found (and also
used as the source for translation).
|
static interface |
Constants.DefaultStringValue
Default string value to be used if no translation is found (and also used as the
source for translation).
|
static interface |
LocalizableResource.Meaning
Specifies the meaning of the translated string.
|
static interface |
Messages.AlternateMessage
Provides alternate forms of a message, such as are needed when plural
forms are used or a placeholder has known gender.
|
static interface |
Messages.DefaultMessage
Default text to be used if no translation is found (and also used as the
source for translation).
|
static interface |
Messages.PluralText
Deprecated.
use
Messages.AlternateMessage instead |
Modifier and Type | Class and Description |
---|---|
static interface |
ClientBundle.Source
Specifies the classpath location of the resource or resources associated
with the
ResourcePrototype . |
static interface |
CssResource.ClassName
The original CSS class name specified in the resource.
|
static interface |
CssResource.Import
Makes class selectors from other CssResource types available in the raw
source of a CssResource.
|
static interface |
CssResource.ImportedWithPrefix
Specifies the string prefix to use when one CssResource is imported into
the scope of another CssResource.
|
static interface |
CssResource.NotStrict
The presence of this annotation on a CssResource accessor method indicates
that any class selectors that do not correspond with a String accessor
method in the return type or an
@external declaration should not
trigger a compilation error. |
static interface |
CssResource.Shared
Indicates that the String accessor methods defined in a CssResource will
return the same values across all implementations of that type.
|
static interface |
DataResource.DoNotEmbed
Specifies that the resource or resources associated with the
ResourcePrototype should not be embedded into the compiled output. |
static interface |
DataResource.MimeType
Specifies the MIME Type of the resource or resources associated with the
ResourcePrototype . |
static interface |
GwtCreateResource.ClassType
This annotation can be applied to the resource getter method in order to
call
GWT.create with a class literal other than that of the
return type parameterization. |
static interface |
ImageResource.ImageOptions
Specifies additional options to control how an image is bundled.
|
Modifier and Type | Class and Description |
---|---|
static interface |
SafeHtmlTemplates.Template
The HTML template.
|
Modifier and Type | Class and Description |
---|---|
interface |
UiChild
Mark a method as the appropriate way to add a child widget to the parent
class.
|
interface |
UiConstructor
Marks a constructor that may be used as an alternative to a widget's
zero args construtor in a
UiBinder template. |
interface |
UiFactory
Marks a method that may be called as an alternative to a GWT.create call in a
UiBinder template. |
interface |
UiField
Marks fields in a UiBinder client that must be filled by the binder's
UiBinder.createAndBindUi(O) method. |
interface |
UiHandler
Marks a method to be automatically bound as an event handler.
|
interface |
UiTemplate
Indicates the template from which to generate a
UiBinder . |
Modifier and Type | Class and Description |
---|---|
interface |
GwtTransient
This annotation means the same thing as the
transient keyword,
but it is ignored by all serialization systems other than GWT's. |
interface |
RemoteServiceRelativePath
Associates a
RemoteService with a relative path. |
Modifier and Type | Class and Description |
---|---|
static interface |
ImageBundle.Resource
Deprecated.
Explicitly specifies a file name or path to the image resource to be
associated with a method in an
ImageBundle . |
Modifier and Type | Class and Description |
---|---|
interface |
GwtValidation
Annotates a
javax.validation.Validator explicitly listing the classes
that can be validated in GWT. |
Modifier and Type | Class and Description |
---|---|
interface |
Deprecated
A program element annotated @Deprecated is one that programmers are
discouraged from using, typically because it is dangerous, or because a
better alternative exists.
|
interface |
FunctionalInterface
Used to declare interfaces which must have a single abstract method.
|
interface |
SafeVarargs
Claims to the compiler that the annotation target does nothing potentially unsafe
to its varargs argument.
|
Modifier and Type | Class and Description |
---|---|
interface |
Documented
Annotation which indicates annotations should be documented by javadoc/etc [Sun
docs].
|
interface |
Inherited
Annotation which indicates an annotation type is automatically inherited [Sun
docs].
|
interface |
Native
Indicates that a field defining a constant value may be referenced from native code.
|
interface |
Repeatable
Indicates that the annotation type whose declaration it (meta-)annotates is repeatable.
|
interface |
Retention
Annotation which indicates how long annotations should be retained [Sun
doc].
|
interface |
Target
Annotation which indicates the kinds of program element to which an
annotation type is applicable [Sun
docs].
|
Modifier and Type | Class and Description |
---|---|
interface |
GwtIncompatible
A simple of a GwtIncompatible annotation for internal emulation use.
|
Modifier and Type | Class and Description |
---|---|
interface |
Pattern
The annotated String must match the following regular expression.
|
static interface |
Pattern.List
Defines several
@Pattern annotations on the same element |
Copyright © 2018. All rights reserved.