Modifier and Type | Method and Description |
---|---|
Iterable<String> |
JavaSourceWriterBuilder.getAnnotationDeclarations()
Get the annotations.
|
Iterable<String> |
JavaSourceWriterBuilder.getInterfaceNames()
Get the implemented/extended interfaces for the class being created.
|
Constructor and Description |
---|
JavaSourceWriter(AbortablePrintWriter printWriter,
String targetPackageName,
Iterable<String> imports,
boolean isClass,
String classJavaDocComment,
Iterable<String> annotationDeclarations,
String targetClassShortName,
String superClassName,
Iterable<String> interfaceNames) |
JavaSourceWriter(AbortablePrintWriter printWriter,
String targetPackageName,
Iterable<String> imports,
boolean isClass,
String classJavaDocComment,
Iterable<String> annotationDeclarations,
String targetClassShortName,
String superClassName,
Iterable<String> interfaceNames) |
JavaSourceWriter(AbortablePrintWriter printWriter,
String targetPackageName,
Iterable<String> imports,
boolean isClass,
String classJavaDocComment,
Iterable<String> annotationDeclarations,
String targetClassShortName,
String superClassName,
Iterable<String> interfaceNames) |
Modifier and Type | Method and Description |
---|---|
static void |
Prefetcher.prefetch(Iterable<? extends PrefetchableResource> resources)
Specify which resources should be prefetched.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactSet
Provides stable ordering and de-duplication of artifacts.
|
Modifier and Type | Method and Description |
---|---|
static GwtCreateMap |
GwtCreateMap.getCommonAnswers(Iterable<GwtCreateMap> maps)
Returns the answers that are the same in every permutation.
|
static SortedMap<String,SortedSet<String>> |
GwtCreateMap.getPossibleAnswers(Iterable<GwtCreateMap> maps,
Set<String> keysWanted)
Returns the Java classes that GWT.create() might return in at least one permutation.
|
Modifier and Type | Class and Description |
---|---|
class |
Conditions
A typed collection of
Condition objects. |
class |
PropertyPermutations
Generates all possible permutations of properties in a module.
|
class |
Scripts
Manages a list of
Script objects. |
class |
Styles
Manages a list of stylesheet urls.
|
Constructor and Description |
---|
ConfigProps(Iterable<ConfigurationProperty> props)
Takes a snapshot of some ConfigurationProperty instances.
|
PermProps(Iterable<BindingProps> softProps) |
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.Builder.setTags(Iterable<String> tags)
User-defined tags passed to
Options.addTags(java.lang.String...) . |
Modifier and Type | Method and Description |
---|---|
JDeclaredType |
JDeclaredType.findSubtype(Iterable<JDeclaredType> types)
Determines whether a subclass of this type is in the collection
types . |
Modifier and Type | Method and Description |
---|---|
void |
ControlFlowAnalyzer.rescue(Iterable<JReferenceType> typesToRescue)
Forcibly rescue
typesToRescue . |
Modifier and Type | Class and Description |
---|---|
class |
JsVars
A JavaScript
var statement. |
Modifier and Type | Method and Description |
---|---|
Iterable<JsName> |
JsRootScope.getAllNames() |
Iterable<JsName> |
JsNormalScope.getAllNames()
Returns an iterator for all the names defined by this scope.
|
abstract Iterable<JsName> |
JsScope.getAllNames()
Returns an iterable for all the names defined by this scope.
|
Iterable<JsName> |
JsCatchScope.getAllNames() |
Modifier and Type | Class and Description |
---|---|
class |
JsonObject
JSON object.
|
Modifier and Type | Method and Description |
---|---|
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder.addAllCapabilities(Iterable<? extends RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability> values)
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder.addAllCapabilities(Iterable<? extends RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability> values)
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder |
RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder.addAllStartupURLs(Iterable<String> values)
repeated string startupURLs = 2; |
Modifier and Type | Class and Description |
---|---|
class |
IdentityHashSet<E>
A memory-efficient identity hash set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EditorDriver.setConstraintViolations(Iterable<javax.validation.ConstraintViolation<?>> violations)
Show
ConstraintViolations generated through a
Validator . |
Modifier and Type | Class and Description |
---|---|
class |
DelegateMap
Allows fast traversal of an Editor hierarchy.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<SimpleViolation> |
SimpleViolation.iterableFromConstrantViolations(Iterable<javax.validation.ConstraintViolation<?>> violations) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseEditorDriver.doSetViolations(Iterable<SimpleViolation> violations) |
static Iterable<SimpleViolation> |
SimpleViolation.iterableFromConstrantViolations(Iterable<javax.validation.ConstraintViolation<?>> violations) |
static void |
SimpleViolation.pushViolations(Iterable<SimpleViolation> violations,
EditorDriver<?> driver,
DelegateMap.KeyMethod keyMethod)
Maps an abstract representation of a violation into the appropriate
EditorDelegate.
|
boolean |
BaseEditorDriver.setConstraintViolations(Iterable<javax.validation.ConstraintViolation<?>> violations) |
Modifier and Type | Method and Description |
---|---|
boolean |
MockSimpleBeanEditorDriver.setConstraintViolations(Iterable<javax.validation.ConstraintViolation<?>> violations)
A no-op method that always returns false.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrencyList
Generated class containing all the CurrencyImpl instances.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Message.AlternateFormMapping> |
MessageTranslation.getAllMessageForms()
Get all the alternate forms of this message.
|
Iterable<Message.AlternateFormMapping> |
AbstractMessage.getAllMessageForms() |
Iterable<Message.AlternateFormMapping> |
Message.getAllMessageForms()
Get the list of all possible messages.
|
abstract Iterable<Message> |
AbstractMessageInterface.getMessages()
Gets the list of messages defined in this interface, including inherited.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Message> |
ReflectionMessageInterface.getMessages() |
Modifier and Type | Class and Description |
---|---|
class |
LoggingPopup
A simple popup to show log messages, which can be resized, minimized, and
dragged to a different location.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasWidgets
A widget that implements this interface contains
widgets and can enumerate them. |
static interface |
HasWidgets.ForIsWidget
Extends this interface with convenience methods to handle
IsWidget . |
Modifier and Type | Class and Description |
---|---|
class |
AbsolutePanel
An absolute panel positions all of its children absolutely, allowing them to
overlap.
|
class |
CaptionPanel
A panel that wraps its contents in a border with a caption that appears in
the upper left corner of the border.
|
class |
CellPanel
A panel whose child widgets are contained within the cells of a table.
|
class |
ChangeListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
ClickListenerCollection
Deprecated.
As of GWT 1.6, call
to manage handlers for your widget instead |
class |
ComplexPanel
Abstract base class for panels that can contain multiple child widgets.
|
class |
CustomScrollPanel
A custom version of the
ScrollPanel that allows user provided
scrollbars. |
class |
DeckLayoutPanel
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
class |
DeckPanel
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
class |
DecoratedPopupPanel
A
PopupPanel that wraps its content in a 3x3 grid, which allows users
to add rounded corners. |
class |
DecoratedStackPanel
A
StackPanel that wraps each item in a 2x3 grid (six box), which
allows users to add rounded corners. |
class |
DecoratedTabPanel
A
TabPanel that uses a DecoratedTabBar with rounded corners. |
class |
DecoratorPanel
A
SimplePanel that wraps its contents in stylized boxes, which can be
used to add rounded corners to a Widget . |
class |
DelegatingChangeListenerCollection
Deprecated.
Use
Widget.delegateEvent instead |
class |
DelegatingClickListenerCollection
|
class |
DelegatingFocusListenerCollection
|
class |
DelegatingKeyboardListenerCollection
|
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the
user.
|
class |
DisclosurePanel
A widget that consists of a header and a content panel that discloses the
content when a user clicks on the header.
|
class |
DockLayoutPanel
A panel that lays its child widgets out "docked" at its outer edges, and
allows its last widget to take up the remaining space in its center.
|
class |
DockPanel
A panel that lays its child widgets out "docked" at its outer edges, and
allows its last widget to take up the remaining space in its center.
|
class |
FlexTable
A flexible table that creates cells on demand.
|
class |
FlowPanel
A panel that formats its child widgets using the default HTML layout
behavior.
|
class |
FocusListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
FocusPanel
A simple panel that makes its contents focusable, and adds the ability to
catch mouse and keyboard events.
|
class |
FormHandlerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
FormPanel
A panel that wraps its contents in an HTML <FORM> element.
|
class |
Grid
A rectangular grid that can contain text, html, or a child
Widget within its cells. |
class |
HeaderPanel
A panel that includes a header (top), footer (bottom), and content (middle)
area.
|
class |
HorizontalPanel
A panel that lays all of its widgets out in a single horizontal column.
|
class |
HorizontalSplitPanel
Deprecated.
Use
SplitLayoutPanel instead, but understand that it is
not a drop in replacement for this class. It requires standards
mode, and is most easily used under a RootLayoutPanel (as
opposed to a RootPanel |
class |
HTMLPanel
A panel that contains HTML, and which can attach child widgets to identified
elements within that HTML.
|
class |
HTMLTable
|
class |
KeyboardListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
LayoutPanel
|
class |
LazyPanel
Convenience class to help lazy loading.
|
class |
LoadListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
MouseListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
MouseWheelListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
Panel
Abstract base class for all panels, which are widgets that can contain other
widgets.
|
class |
PopupListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
PopupPanel
A panel that can "pop up" over other widgets.
|
class |
RenderablePanel
EXPERIMENTAL and subject to change.
|
class |
ResizeLayoutPanel
A simple panel that
ProvidesResize to its one child, but does not
RequiresResize . |
class |
RootLayoutPanel
A singleton implementation of
LayoutPanel that always attaches itself
to the document body (i.e. |
class |
RootPanel
The panel to which all other widgets must ultimately be added.
|
class |
ScrollListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
ScrollPanel
A simple panel that wraps its contents in a scrollable area.
|
class |
SimpleLayoutPanel
A simple panel that
ProvidesResize to its one child. |
class |
SimplePanel
Base class for panels that contain only one widget.
|
class |
SplitLayoutPanel
A panel that adds user-positioned splitters between each of its child
widgets.
|
class |
StackLayoutPanel
A panel that stacks its children vertically, displaying only one at a time,
with a header for each child which the user can click to display.
|
class |
StackPanel
A panel that stacks its children vertically, displaying only one at a time,
with a header for each child which the user can click to display.
|
class |
TabLayoutPanel
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
class |
TableListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
TabListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
TabPanel
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
class |
Tree
A standard hierarchical tree widget.
|
class |
TreeListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
VerticalPanel
A panel that lays all of its widgets out in a single vertical column.
|
class |
VerticalSplitPanel
Deprecated.
Use
SplitLayoutPanel instead, but understand that it is
not a drop in replacement for this class. It requires standards
mode, and is most easily used under a RootLayoutPanel (as
opposed to a RootPanel |
class |
WidgetCollection
A simple collection of widgets to be used by
panels and
composites . |
Modifier and Type | Method and Description |
---|---|
static void |
AttachDetachException.tryCommand(Iterable<Widget> hasWidgets,
AttachDetachException.Command c)
Iterator through all child widgets, trying to perform the specified
AttachDetachException.Command for each. |
Modifier and Type | Method and Description |
---|---|
void |
DatePicker.addStyleToDates(String styleName,
Iterable<Date> dates)
Add a style name to the given dates.
|
void |
DatePicker.addTransientStyleToDates(String styleName,
Iterable<Date> dates)
Adds the given style name to the specified dates, which must be visible.
|
void |
DatePicker.removeStyleFromDates(String styleName,
Iterable<Date> dates)
Removes the styleName from the given dates (even if it is transient).
|
void |
DatePicker.setTransientEnabledOnDates(boolean enabled,
Iterable<Date> dates)
Sets a group of visible dates to be enabled or disabled.
|
Modifier and Type | Class and Description |
---|---|
class |
PathImpl
An immutable GWT safe implementation of
Path . |
Modifier and Type | Method and Description |
---|---|
Iterable<T> |
HasData.getVisibleItems()
Get an
Iterable composed of all of the visible items. |
Modifier and Type | Interface and Description |
---|---|
interface |
Collection<E>
General-purpose interface for storing collections of objects.
|
interface |
Deque<E>
A collection designed for holding elements prior to processing.
|
interface |
List<E>
Represents a sequence of objects.
|
interface |
NavigableSet<E>
A
SortedSet with more flexible queries. |
interface |
Queue<E>
A collection designed for holding elements prior to processing.
|
interface |
Set<E>
Represents a set of unique objects.
|
interface |
SortedSet<E>
A set known to be in ascending order.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollection<E>
Skeletal implementation of the Collection interface.
|
class |
AbstractList<E>
Skeletal implementation of the List interface.
|
class |
AbstractQueue<E>
Skeletal implementation of the Queue interface.
|
class |
AbstractSequentialList<E>
Skeletal implementation of the List interface.
|
class |
AbstractSet<E>
Skeletal implementation of the Set interface.
|
class |
ArrayList<E>
Resizeable array implementation of the List interface.
|
class |
EnumSet<E extends Enum<E>>
|
class |
HashSet<E>
Implements a set in terms of a hash table.
|
class |
LinkedHashSet<E>
Hash table and linked-list implementation of the Set interface with
predictable iteration order.
|
class |
LinkedList<E>
Linked list implementation.
|
class |
PriorityQueue<E>
An unbounded priority queue based on a priority heap.
|
class |
Stack<E>
Maintains a last-in, first-out collection of objects.
|
class |
TreeSet<E>
Implements a set using a TreeMap.
|
class |
Vector<E>
To keep performance characteristics in line with Java community expectations,
Vector is a wrapper around ArrayList . |
Copyright © 2018. All rights reserved.