| Interface | Description |
|---|---|
| CompositeFunction |
Interface for functions that can be applied to all the elements of a
CompositeElement. |
| HasScrollSupport |
Interface for objects that provide scroll support.
|
| Layer.LayerAppearance | |
| Layer.LayerResources | |
| Layer.LayerResourcesIe | |
| Layer.LayerStyle | |
| Layer.LayerStyleIe | |
| Layer.LayerTemplates | |
| Layer.LayerTemplatesIe | |
| Layer.ShimTemplates | |
| Mask.MaskAppearance | |
| Mask.MaskDefaultAppearance.MaskResources | |
| Mask.MaskDefaultAppearance.MaskStyle | |
| Mask.MessageTemplates | |
| ScrollSupport |
Interface for objects that support scrolling.
|
| Class | Description |
|---|---|
| AutoScrollSupport |
Automatically scrolls an element when the mouse is near the top or bottom of the element.
|
| CompositeElement |
Wraps an list of elements, allowing code to be applied to each element using
a
CompositeFunction. |
| DefaultScrollSupport | |
| DomHelper |
Utility class for creating elements from HTML fragments.
|
| DomIdProvider |
Replacable class that provides IDs for elements and widgets.
|
| DomQuery |
Provides high performance selector/xpath processing.
|
| Elements |
Utility class for identifying elements either as a single element, array of
elements, a id, and index.
|
| Layer |
Wraps a
XElement and provides support for shadows and shimming. |
| Layer.LayerBaseAppearance | |
| Layer.LayerBaseAppearanceIe | |
| Mask |
Masks a target element by showing a transparent "gray" overlay with support for a message.
|
| Mask.MaskDefaultAppearance | |
| XDOM |
Provides additional static methods that allow you to manipulate the browser's
Document Object Model (DOM).
|
| XDOM.XDOMImpl |
Actual implementation of any XDOM methods that require the use of fields to track state.
|
| XElement |
Adds additional features and functionality to the GWT
Element class. |
| XWindow |
| Enum | Description |
|---|---|
| Elements.Type | |
| Layer.ShadowPosition |
Shadow position enumeration.
|
| ScrollSupport.ScrollMode |
Scroll enumeration.
|
| XElement.VisMode |
VisMode enumeration.
|
Copyright © 2018. All rights reserved.