Package | Description |
---|---|
com.google.gwt.cell.client |
Standard
Cell subclasses used by the
cellview widgets. |
com.google.gwt.core.client |
Fundamental classes used in client-side GWT code.
|
com.google.gwt.core.client.impl | |
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.ext.typeinfo |
Type-introspection support classes used by generators.
|
com.google.gwt.core.linker |
A package containing implementations of the GWT bootstrap linkers.
|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.codeserver | |
com.google.gwt.dev.generator | |
com.google.gwt.dev.javac | |
com.google.gwt.dev.javac.testing.impl | |
com.google.gwt.dev.javac.typemodel |
Type-introspection support classes used by generators.
|
com.google.gwt.dev.jjs | |
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.resource | |
com.google.gwt.dev.resource.impl | |
com.google.gwt.dev.util | |
com.google.gwt.dev.util.arg | |
com.google.gwt.dev.util.log | |
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.event.shared.testing |
Classes used for testing the GWT event bus.
|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
com.google.gwt.i18n.client.constants |
Predefined internationalized constants for currency, date, time, and numbers.
|
com.google.gwt.json.client |
Classes for parsing and creating JSON encoded values.
|
com.google.gwt.logging.impl | |
com.google.gwt.logging.server |
Server classes for java.util.logging support in GWT.
|
com.google.gwt.media.client |
Widgets for HTML Audio and Video support.
|
com.google.gwt.place.shared |
A package for managing bookmarkable locations in an application.
|
com.google.gwt.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.resources.ext |
This package contains extension hooks for adding new resource types to
ClientBundle.
|
com.google.gwt.safehtml.shared |
Shared classes for creating safe HTML content.
|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.user.client.rpc |
Classes used in client-side implementation of remote procedure calls.
|
com.google.gwt.user.client.rpc.impl | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.client.ui.impl | |
com.google.gwt.user.server.rpc |
Classes used in server-side implementation of remote procedure calls.
|
com.google.gwt.user.server.rpc.impl | |
com.google.gwt.user.tools |
Classes used to create a GWT application skeleton.
|
com.google.gwt.xml.client |
Basic classes used in XML DOM parsing and XML document generation.
|
java.lang | |
java.sql |
Constructor and Description |
---|
CheckboxCell(boolean isSelectBox)
Deprecated.
use
CheckboxCell.CheckboxCell(boolean, boolean) instead |
TextInputCell(SafeHtmlRenderer<String> renderer)
Deprecated.
the value of a text input is never treated as html
|
Modifier and Type | Class and Description |
---|---|
class |
HttpThrowableReporter
Deprecated.
Use
JsonLogRecordClientUtil instead. |
Modifier and Type | Method and Description |
---|---|
JavaScriptObject |
JavaScriptException.getException()
Deprecated.
deprecated in favor for
JavaScriptException.getThrown() and JavaScriptException.isThrownSet() |
static String |
GWT.getTypeName(Object o)
Deprecated.
|
int |
JsDate.getYear()
Deprecated.
Use
JsDate.getFullYear() . |
double |
JsDate.setYear(int year)
Deprecated.
|
String |
JsDate.toGMTString()
Deprecated.
Use
JsDate.toUTCString() . |
Modifier and Type | Class and Description |
---|---|
class |
SerializableThrowable
Deprecated.
use
SerializableThrowable instead. |
static class |
SerializableThrowable.ThrowableWithClassName
Deprecated.
use com.google.gwt.core.client.SerializableThrowable instead.
|
Modifier and Type | Method and Description |
---|---|
String |
ServletContainerLauncher.getIconPath()
Deprecated.
see
ServletContainerLauncher.getIconBytes() instead. |
Modifier and Type | Method and Description |
---|---|
String |
ConfigurationProperty.getValue()
Deprecated.
|
boolean |
EmittedArtifact.isPrivate()
Deprecated.
use
EmittedArtifact.getVisibility() instead |
void |
EmittedArtifact.setPrivate(boolean isPrivate)
Deprecated.
use
EmittedArtifact.setVisibility(Visibility) instead |
Modifier and Type | Method and Description |
---|---|
protected String |
SelectionScriptLinker.getDeferredFragmentSuffix(TreeLogger logger,
LinkerContext context,
int fragment)
Deprecated.
|
protected String |
SelectionScriptLinker.getModuleSuffix(TreeLogger logger,
LinkerContext context)
Deprecated.
|
String |
StandardConfigurationProperty.getValue()
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasMetaData
Deprecated.
Formerly used to manage Javadoc-comment style metadata. Replaced
by Java 1.5 annotations. All implementations now return empty
arrays. This interface and all implementations methods will be
removed in a future release.
|
Modifier and Type | Field and Description |
---|---|
static String |
TypeOracle.TAG_TYPEARGS
Deprecated.
gwt.typeArgs is not longer supported
|
Modifier and Type | Method and Description |
---|---|
JClassType |
JPackage.findType(String[] typeName)
Deprecated.
|
String[][] |
HasMetaData.getMetaData(String tagName)
Deprecated.
Javadoc comment metadata has been deprecated in favor of proper
Java annotations. See
HasAnnotations.getAnnotation(Class) for equivalent
functionality. |
String[] |
HasMetaData.getMetaDataTags()
Deprecated.
Javadoc comment metadata has been deprecated in favor of proper
Java annotations. The
HasAnnotations interface does not
support a mechanism to enumerate all of the annotations on a
member; the type of the desired annotation must be known. |
String |
JParameterizedType.getNonParameterizedQualifiedSourceName()
Deprecated.
|
abstract long |
TypeOracle.getReloadCount()
Deprecated.
This method will always return 0 because a TypeOracle never
gets reloaded anymore. Callers should not rely on this value to
manage static state.
|
boolean |
JClassType.isLocalType()
Deprecated.
local types are not modeled
|
Modifier and Type | Class and Description |
---|---|
class |
IFrameLinker
Deprecated.
use
CrossSiteIframeLinker instead. |
class |
XSLinker
Deprecated.
use
CrossSiteIframeLinker instead. |
Modifier and Type | Class and Description |
---|---|
class |
HostedMode
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
About.getGwtSvnRev()
Deprecated.
See
About.getGwtGitRev() . |
boolean |
PrecompileTaskOptionsImpl.isAggressivelyOptimize()
Deprecated.
|
void |
PrecompileTaskOptionsImpl.setAggressivelyOptimize(boolean aggressivelyOptimize)
Deprecated.
|
void |
DevMode.HostedModeOptionsImpl.setOutDir(File outDir)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionWhenLinkerAdded
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
LibraryGroupBuildResourceOracle.getResourceMap()
Deprecated.
|
Map<String,Resource> |
CombinedResourceOracle.getResourceMap()
Deprecated.
|
Map<String,Resource> |
LibraryGroupPublicResourceOracle.getResourceMap()
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecompileListener
Deprecated.
replaced by
JobChangeListener . |
Modifier and Type | Method and Description |
---|---|
void |
Options.setRecompileListener(RecompileListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
GenUtil.warnAboutMetadata()
Deprecated.
All metadata has been removed, use Java Annotations instead.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompilationUnit.constructAnonymousClassMappings(TreeLogger logger)
Deprecated.
|
boolean |
CompilationUnit.createdClassMapping()
Deprecated.
|
Map<String,String> |
CompilationUnit.getAnonymousClassMap()
Deprecated.
|
boolean |
CompilationUnit.hasAnonymousClasses()
Deprecated.
|
static boolean |
CompilationUnit.isClassnameGenerated(String className)
Deprecated.
|
boolean |
CachedCompilationUnit.isGenerated()
Deprecated.
|
abstract boolean |
CompilationUnit.isGenerated()
Deprecated.
|
boolean |
CachedCompilationUnit.isSuperSource()
Deprecated.
|
abstract boolean |
CompilationUnit.isSuperSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
MockResourceOracle.getResourceMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String[][] |
JClassType.getMetaData(String tagName)
Deprecated.
|
String[][] |
JParameter.getMetaData(String tagName)
Deprecated.
|
String[][] |
JField.getMetaData(String tagName)
Deprecated.
|
String[][] |
JAbstractMethod.getMetaData(String tagName)
Deprecated.
|
String[] |
JClassType.getMetaDataTags()
Deprecated.
|
String[] |
JParameter.getMetaDataTags()
Deprecated.
|
String[] |
JField.getMetaDataTags()
Deprecated.
|
String[] |
JAbstractMethod.getMetaDataTags()
Deprecated.
|
String |
JParameterizedType.getNonParameterizedQualifiedSourceName()
Deprecated.
|
long |
TypeOracle.getReloadCount()
Deprecated.
This method will always return 0 because a TypeOracle never
gets reloaded anymore. Callers should not rely on this value to
manage static state.
|
boolean |
JClassType.isLocalType()
Deprecated.
local types are not modeled
|
Modifier and Type | Method and Description |
---|---|
boolean |
JJSOptionsImpl.isAggressivelyOptimize()
Deprecated.
|
void |
JJSOptionsImpl.setAggressivelyOptimize(boolean enabled)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JsniRefLookup
Deprecated.
find alternatives, only a couple of corner cases use this now.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
ResourceOracle.getResourceMap()
Deprecated.
use
ResourceOracle.getResource(String pathName) , ResourceOracle.getResources() , and
ResourceOracle.getPathNames() instead so that access to specific resources can be
tracked. |
URL |
Resource.getURL()
Deprecated.
with no replacement
|
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
ResourceOracleImpl.getResourceMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.hex4(char c,
StringBuffer sb)
Deprecated.
use
StringUtils.hex4(char, StringBuffer) instead. |
static String |
Util.toHexString(byte[] bytes)
Deprecated.
use
StringUtils.toHexString(byte[]) instead. |
static String |
Name.BinaryName.toSourceName(String binaryName)
Deprecated.
BinaryName to SourceName transformation is ambiguous in rare circumstances
(for example when the name of a top level class includes a $, like "Foo$Bar").
Instead use some source of SourceName that has been accurately preserved since
initial compilation.
|
static String |
Name.InternalName.toSourceName(String internalName)
Deprecated.
InternalName to SourceName transformation is ambiguous in rare circumstances
(for example when the name of a top level class includes a $, like "Foo$Bar").
Instead use some source of SourceName that has been accurately preserved since
initial compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgHandlerDisableAggressiveOptimization
Deprecated.
|
interface |
OptionAggressivelyOptimize
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger childBeingCommitted,
TreeLogger.Type type,
String msg,
Throwable caught)
Deprecated.
This method has been deprecated; override
AbstractTreeLogger.doCommitBranch(AbstractTreeLogger, com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo)
instead. |
protected void |
AbstractTreeLogger.doLog(int indexOfLogEntryWithinParentLogger,
TreeLogger.Type type,
String msg,
Throwable caught)
Deprecated.
This method has been deprecated; override
{@link #branch(com.google.gwt.core.ext.TreeLogger.Type, String, Throwable, com.google.gwt.core.ext.TreeLogger.HelpInfo)
instead.
|
Modifier and Type | Method and Description |
---|---|
ButtonElement |
Document.createButtonElement()
Deprecated.
|
NativeEvent |
Document.createKeyDownEvent(boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int keyCode,
int charCode)
Deprecated.
as of GWT2.1 (keydown events don't have a charCode), use
Document.createKeyDownEvent(boolean, boolean, boolean, boolean, int) |
NativeEvent |
Document.createKeyEvent(String type,
boolean canBubble,
boolean cancelable,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int keyCode,
int charCode)
|
NativeEvent |
Document.createKeyPressEvent(boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int keyCode,
int charCode)
Deprecated.
as of GWT 2.1 (keypress events don't have a keyCode), use
Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int) |
NativeEvent |
Document.createKeyUpEvent(boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int keyCode,
int charCode)
Deprecated.
as of GWT 2.1 (keyup events don't have a charCode), use
Document.createKeyUpEvent(boolean, boolean, boolean, boolean, int) |
SelectElement |
Document.createSelectElement(boolean multiple)
Deprecated.
|
String |
ButtonElement.getDisabled()
Deprecated.
use
ButtonElement.isDisabled() instead. |
String |
OptGroupElement.getDisabled()
Deprecated.
use
OptGroupElement.isDisabled() instead. |
boolean |
StyleElement.getDisabled()
Deprecated.
use
StyleElement.isDisabled() instead |
String |
SelectElement.getDisabled()
Deprecated.
use
SelectElement.isDisabled() instead. |
boolean |
TextAreaElement.getDisabled()
Deprecated.
use
TextAreaElement.isDisabled() instead |
boolean |
LinkElement.getDisabled()
Deprecated.
use
LinkElement.isDisabled() instead. |
boolean |
TextAreaElement.getReadOnly()
Deprecated.
use
TextAreaElement.isReadOnly() instead. |
void |
ButtonElement.setDisabled(String disabled)
Deprecated.
use
ButtonElement.setDisabled(boolean) instead |
Modifier and Type | Method and Description |
---|---|
int |
CountingEventBus.getCount(GwtEvent.Type<?> type)
Deprecated.
Please use
getHandlerCount . |
Modifier and Type | Method and Description |
---|---|
static String |
URL.decodeComponent(String encodedURLComponent)
Deprecated.
|
static String |
URL.decodeComponent(String encodedURLComponent,
boolean fromQueryString)
Deprecated.
|
static String |
URL.encodeComponent(String decodedURLComponent)
Deprecated.
|
static String |
URL.encodeComponent(String decodedURLComponent,
boolean queryStringSpaces)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateTimeFormatInfo
Deprecated.
use
DateTimeFormatInfo instead |
static interface |
Messages.PluralText
Deprecated.
use
Messages.AlternateMessage instead |
Modifier and Type | Method and Description |
---|---|
static DateTimeFormat |
DateTimeFormat.getFullDateFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getFullDateTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getFullTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getLongDateFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getLongDateTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getLongTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getMediumDateFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getMediumDateTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getMediumTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getShortDateFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getShortDateTimeFormat()
Deprecated.
|
static DateTimeFormat |
DateTimeFormat.getShortTimeFormat()
Deprecated.
|
Constructor and Description |
---|
DateTimeFormat(String pattern,
DateTimeConstants dateTimeConstants)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DateTimeConstants
Deprecated.
use DateTimeFormatInfo instead
|
Modifier and Type | Method and Description |
---|---|
double |
JSONNumber.getValue()
Deprecated.
|
static JSONValue |
JSONParser.parse(String jsonString)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
FormatterImpl.getStackTraceAsString(Throwable e,
String newline,
String indent)
Deprecated.
Use
Throwable.printStackTrace(PrintStream) with
StackTracePrintStream instead. |
Modifier and Type | Class and Description |
---|---|
class |
StackTraceDeobfuscator
Deprecated.
Use com.google.gwt.core.server.StackTraceDeobfuscator instead.
|
Modifier and Type | Method and Description |
---|---|
void |
StackTraceDeobfuscator.setSymbolMapsDirectory(String symbolMapsDirectory)
Deprecated.
The behavior of changing symbol map after construction is undefined, please provide
it in construction time. If the directory needs to be changed after construction, a
new instance of this class can be instantiated with the different one.
|
Constructor and Description |
---|
Video(String src)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
EventBus eventBus,
Place defaultPlace)
Deprecated.
|
Constructor and Description |
---|
PlaceController(EventBus eventBus)
Deprecated.
|
PlaceController(EventBus eventBus,
PlaceController.Delegate delegate)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static interface |
CssResource.Strict
Deprecated.
Strict mode is now the default behavior for CssResource
|
interface |
TextResourceCallback
Deprecated.
use
ResourceCallback directly |
Modifier and Type | Method and Description |
---|---|
String |
DataResource.getUrl()
Deprecated.
Use
DataResource.getSafeUri() instead. |
String |
ImageResource.getURL()
Deprecated.
Use
ImageResource.getSafeUri() instead. |
Modifier and Type | Method and Description |
---|---|
String |
ResourceContext.deploy(URL resource,
boolean forceExternal)
Deprecated.
use
ResourceContext.deploy(URL, String, boolean) instead |
Modifier and Type | Method and Description |
---|---|
static SafeUri |
UriUtils.unsafeCastFromUntrustedString(String s)
Deprecated.
This method is intended only for use in APIs that use
SafeUri to represent URIs, but for backwards
compatibility have methods that accept URI parameters as plain
strings. |
Modifier and Type | Method and Description |
---|---|
T |
AbstractHasData.getDisplayedItem(int indexOnPage)
Deprecated.
use
AbstractHasData.getVisibleItem(int) instead |
List<T> |
AbstractHasData.getDisplayedItems()
Deprecated.
use
AbstractHasData.getVisibleItems() instead |
SafeHtml |
CellList.getEmptyListMessage()
Deprecated.
as of GWT 2.3, use
CellList.getEmptyListWidget() instead |
protected void |
AbstractCellTable.renderRowValues(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel)
Deprecated.
as of GWT 2.5, use a
CellTableBuilder to customize the
table structure instead |
protected void |
AbstractCellTable.renderRowValuesLegacy(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel)
Deprecated.
as of GWT 2.5, use a
CellTableBuilder to customize the
table structure instead |
void |
CellList.setEmptyListMessage(SafeHtml html)
Deprecated.
as of GWT 2.3, use
CellList.setEmptyListWidget(com.google.gwt.user.client.ui.Widget)
instead |
protected void |
AbstractHasData.setSelected(Element elem,
boolean selected)
Deprecated.
this method is never called by AbstractHasData, render the
selected styles in
AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
protected void |
CellList.setSelected(Element elem,
boolean selected)
Deprecated.
this method is never called by AbstractHasData, render the
selected styles in
CellList.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
Constructor and Description |
---|
CellBrowser(TreeViewModel viewModel,
T rootValue)
Deprecated.
please use
CellBrowser.Builder |
CellBrowser(TreeViewModel viewModel,
T rootValue,
CellBrowser.Resources resources)
Deprecated.
please use
CellBrowser.Builder |
Modifier and Type | Class and Description |
---|---|
class |
BaseListenerWrapper<T>
Deprecated.
will be removed in GWT 2.7 with the handler listeners themselves
|
class |
DeferredCommand
Deprecated.
Replaced by
Scheduler.scheduleDeferred() because the static nature of this
API prevents effective mocking for JRE-only tests. |
class |
Element
Deprecated.
|
interface |
EventPreview
Deprecated.
replaced by
Event.NativePreviewHandler |
interface |
HistoryListener
Deprecated.
|
interface |
IncrementalCommand
Deprecated.
Replaced by
Scheduler.RepeatingCommand and
Scheduler.scheduleIncremental() |
interface |
WindowCloseListener
Deprecated.
use
Window.ClosingHandler and
CloseHandler instead |
interface |
WindowResizeListener
Deprecated.
use
ResizeHandler
instead |
interface |
WindowScrollListener
Deprecated.
use
Window.addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler)
instead instead |
Modifier and Type | Field and Description |
---|---|
static int |
Event.UNDEFINED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeferredCommand.add(Command cmd)
Deprecated.
As of release 1.4, replaced by
DeferredCommand.addCommand(Command) |
static void |
Event.addEventPreview(EventPreview preview)
Deprecated.
|
static void |
DOM.addEventPreview(EventPreview preview)
Deprecated.
|
static void |
History.addHistoryListener(HistoryListener listener)
Deprecated.
|
static void |
DeferredCommand.addPause()
Deprecated.
with no replacement because the presence of this method causes
arbitrary scheduling decisions
|
static void |
Window.addWindowCloseListener(WindowCloseListener listener)
Deprecated.
|
static void |
Window.addWindowResizeListener(WindowResizeListener listener)
Deprecated.
use
Window.addResizeHandler(ResizeHandler) instead |
static void |
Window.addWindowScrollListener(WindowScrollListener listener)
Deprecated.
use
Window.addWindowScrollHandler(ScrollHandler)
instead |
void |
Event.cancelBubble(boolean cancel)
Deprecated.
use
NativeEvent.stopPropagation() instead |
static boolean |
DOM.compare(Element elem1,
Element elem2)
Deprecated.
Use identity comparison.
|
static Element |
DOM.createOptions()
Deprecated.
there is no "options" element; use
DOM.createOption()
instead |
static boolean |
DOM.eventGetAltKey(Event evt)
Deprecated.
Use
NativeEvent.getAltKey() instead. |
static int |
DOM.eventGetButton(Event evt)
Deprecated.
Use
NativeEvent.getButton() instead. |
static int |
DOM.eventGetClientX(Event evt)
Deprecated.
Use
NativeEvent.getClientX() instead. |
static int |
DOM.eventGetClientY(Event evt)
Deprecated.
Use
NativeEvent.getClientY() instead. |
static boolean |
DOM.eventGetCtrlKey(Event evt)
Deprecated.
Use
NativeEvent.getCtrlKey() instead. |
static int |
DOM.eventGetKeyCode(Event evt)
Deprecated.
Use
NativeEvent.getKeyCode() instead. |
static boolean |
DOM.eventGetMetaKey(Event evt)
Deprecated.
Use
NativeEvent.getMetaKey() instead. |
static int |
DOM.eventGetMouseWheelVelocityY(Event evt)
Deprecated.
Use
NativeEvent.getMouseWheelVelocityY() instead. |
static boolean |
DOM.eventGetRepeat(Event evt)
Deprecated.
not supported in any browser but IE
|
static int |
DOM.eventGetScreenX(Event evt)
Deprecated.
Use
NativeEvent.getScreenX() instead. |
static int |
DOM.eventGetScreenY(Event evt)
Deprecated.
Use
NativeEvent.getScreenY() instead. |
static boolean |
DOM.eventGetShiftKey(Event evt)
Deprecated.
Use
NativeEvent.getShiftKey() instead. |
static String |
DOM.eventGetTypeString(Event evt)
Deprecated.
Use
NativeEvent.getType() instead. |
static void |
DOM.eventPreventDefault(Event evt)
Deprecated.
Use
NativeEvent.preventDefault() instead. |
static void |
DOM.eventSetKeyCode(Event evt,
char key)
Deprecated.
this method only works in IE and should not have been added to
the API
|
static String |
DOM.eventToString(Event evt)
Deprecated.
Use
NativeEvent.getString() instead. |
static int |
DOM.getAbsoluteLeft(Element elem)
Deprecated.
Use
Element.getAbsoluteLeft() instead. |
static int |
DOM.getAbsoluteTop(Element elem)
Deprecated.
Use
Element.getAbsoluteTop() instead. |
static String |
DOM.getAttribute(Element elem,
String attr)
Deprecated.
Use the more appropriately named
Element.getPropertyString(String) instead. |
static boolean |
DOM.getBooleanAttribute(Element elem,
String attr)
Deprecated.
Use the more appropriately named
Element.getPropertyBoolean(String) instead. |
Element |
Event.getCurrentTarget()
Deprecated.
use
NativeEvent.getCurrentEventTarget() instead |
static String |
DOM.getElementAttribute(Element elem,
String attr)
Deprecated.
Use
Element.getAttribute(String) instead. |
static String |
DOM.getElementProperty(Element elem,
String prop)
Deprecated.
Use
Element#getProperty(String) instead. |
static boolean |
DOM.getElementPropertyBoolean(Element elem,
String prop)
Deprecated.
Use
Element.getPropertyBoolean(String) instead. |
static int |
DOM.getElementPropertyInt(Element elem,
String prop)
Deprecated.
Use
Element.getPropertyInt(String) instead. |
Element |
Event.getFromElement()
Deprecated.
use
NativeEvent.getRelatedEventTarget() instead |
static String |
DOM.getInnerHTML(Element elem)
Deprecated.
Use
Element.getInnerHTML() instead. |
static String |
DOM.getInnerText(Element elem)
Deprecated.
Use
Element.getInnerText() instead. |
static int |
DOM.getIntAttribute(Element elem,
String attr)
Deprecated.
Use the more appropriately named
Element.getPropertyInt(String) instead. |
Element |
Event.getRelatedTarget()
Deprecated.
use
NativeEvent.getRelatedEventTarget() instead |
boolean |
Event.getRepeat()
Deprecated.
not supported on all browsers
|
static String |
DOM.getStyleAttribute(Element elem,
String attr)
Deprecated.
Use
Element.getStyle() and
Style#getProperty(String) instead. |
Element |
Event.getTarget()
Deprecated.
use
NativeEvent.getEventTarget() instead |
Element |
Event.getToElement()
Deprecated.
use
NativeEvent.getRelatedEventTarget() instead |
static boolean |
DOM.isOrHasChild(Element parent,
Element child)
Deprecated.
Use
Element#isOrHasChild(Element) instead. |
boolean |
EventPreview.onEventPreview(Event event)
|
void |
HistoryListener.onHistoryChanged(String historyToken)
Deprecated.
|
static void |
History.onHistoryChanged(String historyToken)
Deprecated.
Use
History.fireCurrentHistoryState() instead. |
void |
WindowCloseListener.onWindowClosed()
Deprecated.
|
String |
WindowCloseListener.onWindowClosing()
Deprecated.
|
void |
WindowResizeListener.onWindowResized(int width,
int height)
Deprecated.
|
void |
WindowScrollListener.onWindowScrolled(int scrollLeft,
int scrollTop)
Deprecated.
|
static void |
DOM.removeChild(Element parent,
Element child)
Deprecated.
Use
Element#removeChild(Element) instead. |
static void |
DOM.removeElementAttribute(Element elem,
String attr)
Deprecated.
Use
Element.removeAttribute(String) instead. |
static void |
Event.removeEventPreview(EventPreview preview)
Deprecated.
use
HandlerRegistration returned from
Event.addNativePreviewHandler(NativePreviewHandler) |
static void |
DOM.removeEventPreview(EventPreview preview)
Deprecated.
use
HandlerRegistration
returned from
Event.addNativePreviewHandler(Event.NativePreviewHandler) |
static void |
History.removeHistoryListener(HistoryListener listener)
Deprecated.
|
static void |
Window.removeWindowCloseListener(WindowCloseListener listener)
Deprecated.
|
static void |
Window.removeWindowResizeListener(WindowResizeListener listener)
Deprecated.
|
static void |
Window.removeWindowScrollListener(WindowScrollListener listener)
Deprecated.
|
static void |
DOM.scrollIntoView(Element elem)
Deprecated.
Use
Element.scrollIntoView() instead. |
static void |
DOM.setAttribute(Element elem,
String attr,
String value)
Deprecated.
Use the more appropriately named
Element.setPropertyString(String, String) instead. |
static void |
DOM.setBooleanAttribute(Element elem,
String attr,
boolean value)
Deprecated.
Use the more appropriately named
Element.setPropertyBoolean(String, boolean)
instead. |
static void |
DOM.setElementAttribute(Element elem,
String attr,
String value)
Deprecated.
Use
Element.setAttribute(String, String) instead. |
static void |
DOM.setElementProperty(Element elem,
String prop,
String value)
Deprecated.
Use
Element.setPropertyString(String, String) instead. |
static void |
DOM.setElementPropertyBoolean(Element elem,
String prop,
boolean value)
Deprecated.
Use
Element.setPropertyBoolean(String, boolean) instead. |
static void |
DOM.setElementPropertyInt(Element elem,
String prop,
int value)
Deprecated.
Use
Element.setPropertyInt(String, int) instead. |
static void |
DOM.setInnerHTML(Element elem,
String html)
Deprecated.
Use
Element.setInnerHTML(String) instead. |
static void |
DOM.setInnerText(Element elem,
String text)
Deprecated.
Use
Element.setInnerText(String) instead. |
static void |
DOM.setIntAttribute(Element elem,
String attr,
int value)
Deprecated.
Use the more appropriately named
Element.setPropertyInt(String, int) instead. |
static void |
DOM.setStyleAttribute(Element elem,
String attr,
String value)
Deprecated.
Use
Element.getStyle() and
Style#setProperty(String, String) instead. |
static String |
DOM.toString(Element elem)
Deprecated.
Use
Element.getString() instead. |
static int |
DOM.windowGetClientHeight()
Deprecated.
As of GWT 1.5, replaced by
Window.getClientHeight() |
static int |
DOM.windowGetClientWidth()
Deprecated.
As of GWT 1.5, replaced by
Window.getClientWidth() |
Modifier and Type | Class and Description |
---|---|
class |
SerializableException
Deprecated.
As of GWT 1.5,
Exception implements
Serializable and can be used in place
of this class |
Modifier and Type | Method and Description |
---|---|
static JavaScriptObject |
RemoteServiceProxy.bytesStat(String method,
int count,
int bytes,
String eventType)
Deprecated.
use
RpcStatsContext . |
protected static int |
RemoteServiceProxy.getNextRequestId()
Deprecated.
|
protected static int |
RemoteServiceProxy.getRequestId()
Deprecated.
Use
RpcRequestBuilder instead. |
static boolean |
RemoteServiceProxy.isStatsAvailable()
Deprecated.
use
RpcStatsContext . |
static boolean |
RemoteServiceProxy.stats(JavaScriptObject data)
Deprecated.
use
RpcStatsContext . |
static JavaScriptObject |
RemoteServiceProxy.timeStat(String method,
int count,
String eventType)
Deprecated.
use
RpcStatsContext . |
Modifier and Type | Class and Description |
---|---|
class |
Accessibility
Deprecated.
Use the new GWT ARIA library with the factory class for the ARIA roles
Roles . There are getters for all ARIA roles. For each
role there are get/set/remove methods defined for all (own and inherited) supported states
and properties. |
interface |
ChangeListener
Deprecated.
As of GWT 1.6, DOM and logical change events are separate. Use
ChangeHandler for changes
triggered by a DOM-based change event and
ValueChangeHandler
for changes resulting from a logical event such as a method call
that changes state |
class |
ChangeListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
ClickListener
Deprecated.
Use
ClickHandler instead |
class |
ClickListenerCollection
Deprecated.
As of GWT 1.6, call
to manage handlers for your widget instead |
class |
DelegatingChangeListenerCollection
Deprecated.
Use
Widget.delegateEvent instead |
class |
DelegatingClickListenerCollection
|
class |
DelegatingFocusListenerCollection
|
class |
DelegatingKeyboardListenerCollection
|
class |
DisclosureEvent
Deprecated.
Use
CloseEvent and
OpenEvent instead |
interface |
DisclosureHandler
Deprecated.
Use
CloseHandler
and/or OpenHandler
instead |
interface |
DisclosurePanelImages
Deprecated.
|
interface |
DisclosurePanelImagesRTL
Deprecated.
|
interface |
FiresDisclosureEvents
Deprecated.
Use
HasOpenHandlers
and HasCloseHandlers
instead |
interface |
FiresFormEvents
Deprecated.
This interface was specific to
FormPanel ; it is not
generally useful and will be removed in a future version.
Use FormPanel.addSubmitHandler(FormPanel.SubmitHandler) and
FormPanel.addSubmitCompleteHandler(FormPanel.SubmitCompleteHandler)
instead |
interface |
FiresSuggestionEvents
Deprecated.
Use
HasSelectionHandlers instead. |
interface |
FocusListener
Deprecated.
Use
FocusHandler and/or
BlurHandler instead |
class |
FocusListenerAdapter
Deprecated.
Use
FocusHandler and
BlurHandler instead |
class |
FocusListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
FormHandler
Deprecated.
Use
FormPanel.SubmitCompleteHandler and/or
FormPanel.SubmitHandler instead |
class |
FormHandlerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
HasFocus
Deprecated.
Use
Focusable instead |
interface |
HasKeyPreview
Deprecated.
This interface is no longer implemented by any GWT library. Use
Event.addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler)
instead. |
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 |
interface |
HorizontalSplitPanelImages
Deprecated.
replaced by
HorizontalSplitPanel.Resources . |
interface |
ImageBundle
Deprecated.
replaced by
ClientBundle
and ImageResource |
interface |
KeyboardListener
Deprecated.
use
KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
class |
KeyboardListenerAdapter
Deprecated.
use
KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
class |
KeyboardListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
ListenerWrapper<T>
Deprecated.
will be removed in GWT 2.7 with the handler listeners themselves
|
static class |
ListenerWrapper.WrappedChangeListener
Deprecated.
will be removed in GWT 2.0 along with the listeners being
wrapped
|
static class |
ListenerWrapper.WrappedClickListener
Deprecated.
will be removed in GWT 2.0 along with the listeners being
wrapped
|
static class |
ListenerWrapper.WrappedLogicalChangeListener<V>
Deprecated.
will be removed in GWT 2.0 along with the listeners being
wrapped
|
interface |
LoadListener
Deprecated.
use
LoadHandler and
ErrorHandler instead |
class |
LoadListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
static interface |
MenuBar.MenuBarImages
Deprecated.
replaced by
MenuBar.Resources |
interface |
MouseListener
Deprecated.
use
MouseDownHandler ,
MouseUpHandler ,
MouseOverHandler ,
MouseMoveHandler , and
MouseOutHandler instead |
class |
MouseListenerAdapter
Deprecated.
use
MouseDownHandler ,
MouseUpHandler ,
MouseOverHandler ,
MouseMoveHandler , and/or
MouseOutHandler instead |
class |
MouseListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
MouseWheelListener
Deprecated.
use
MouseWheelHandler
instead |
class |
MouseWheelListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
class |
MouseWheelVelocity
Deprecated.
use
MouseWheelEvent.getDeltaY()
instead |
interface |
PopupListener
Deprecated.
use
CloseHandler
instead |
class |
PopupListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
static interface |
RichTextArea.BasicFormatter
Deprecated.
use
RichTextArea.Formatter instead |
static interface |
RichTextArea.ExtendedFormatter
Deprecated.
use
RichTextArea.Formatter instead |
interface |
ScrollListener
Deprecated.
use
ScrollHandler instead |
class |
ScrollListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
SourcesChangeEvents
Deprecated.
we have now separated dom and logical change events. Use
HasChangeHandlers if the
change listener was triggered by a dom change event or
HasValueChangeHandlers
if it was based on a logical event |
interface |
SourcesClickEvents
Deprecated.
use
HasClickHandlers
instead |
interface |
SourcesFocusEvents
Deprecated.
use
HasAllFocusHandlers instead |
interface |
SourcesKeyboardEvents
Deprecated.
use
HasAllKeyHandlers
instead |
interface |
SourcesLoadEvents
Deprecated.
use
HasErrorHandlers and
HasLoadHandlers instead |
interface |
SourcesMouseEvents
Deprecated.
use
HasAllMouseHandlers
instead |
interface |
SourcesMouseWheelEvents
Deprecated.
Use
HasMouseWheelHandlers
instead |
interface |
SourcesPopupEvents
Deprecated.
use
HasCloseHandlers instead |
interface |
SourcesScrollEvents
Deprecated.
use
HasScrollHandlers
instead |
interface |
SourcesTabEvents
Deprecated.
use
HasSelectionHandlers
and
HasBeforeSelectionHandlers
instead |
interface |
SourcesTableEvents
Deprecated.
use
HasClickHandlers
instead. Event sources should implement methods similar to
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent) |
interface |
SourcesTreeEvents
Deprecated.
use
HasBeforeSelectionHandlers ,
HasOpenHandlers
and
HasClickHandlers instead |
interface |
SuggestionHandler
Deprecated.
use
SelectionHandler
instead |
interface |
TableListener
Deprecated.
|
class |
TableListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
interface |
TabListener
|
class |
TabListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
static class |
TextBoxBase.TextAlignConstant
Deprecated.
|
interface |
TreeImages
Deprecated.
replaced by
Tree.Resources . |
interface |
TreeListener
Deprecated.
Use
SelectionHandler ,
OpenHandler , and
CloseHandler instead |
class |
TreeListenerCollection
Deprecated.
Widgets should now manage their own handlers via
Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type<H>) |
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 |
interface |
VerticalSplitPanelImages
Deprecated.
replaced by
VerticalSplitPanel.Resources . |
Modifier and Type | Field and Description |
---|---|
static int |
KeyboardListener.KEY_ALT
Deprecated.
use
KeyCodes.KEY_ALT
instead |
static int |
KeyboardListener.KEY_BACKSPACE
Deprecated.
use
KeyCodes.KEY_BACKSPACE
instead |
static int |
KeyboardListener.KEY_CTRL
Deprecated.
use
KeyCodes.KEY_CTRL
instead |
static int |
KeyboardListener.KEY_DELETE
Deprecated.
use
KeyCodes.KEY_DELETE
instead |
static int |
KeyboardListener.KEY_DOWN
Deprecated.
use
KeyCodes.KEY_DOWN
instead |
static int |
KeyboardListener.KEY_END
Deprecated.
use
KeyCodes.KEY_END
instead |
static int |
KeyboardListener.KEY_ENTER
Deprecated.
use
KeyCodes.KEY_ENTER
instead |
static int |
KeyboardListener.KEY_ESCAPE
Deprecated.
use
KeyCodes.KEY_ESCAPE
instead |
static int |
KeyboardListener.KEY_HOME
Deprecated.
use
KeyCodes.KEY_HOME
instead |
static int |
KeyboardListener.KEY_LEFT
Deprecated.
use
KeyCodes.KEY_LEFT
instead |
static int |
KeyboardListener.KEY_PAGEDOWN
Deprecated.
use
KeyCodes.KEY_PAGEDOWN
instead |
static int |
KeyboardListener.KEY_PAGEUP
Deprecated.
use
KeyCodes.KEY_PAGEUP
instead |
static int |
KeyboardListener.KEY_RIGHT
Deprecated.
use
KeyCodes.KEY_RIGHT
instead |
static int |
KeyboardListener.KEY_SHIFT
Deprecated.
use
KeyCodes.KEY_SHIFT
instead |
static int |
KeyboardListener.KEY_TAB
Deprecated.
use
KeyCodes.KEY_TAB
instead |
static int |
KeyboardListener.KEY_UP
Deprecated.
use
KeyCodes.KEY_UP
instead |
static int |
KeyboardListener.MODIFIER_ALT
Deprecated.
use
KeyEvent.isAltKeyDown()
instead |
static int |
KeyboardListener.MODIFIER_CTRL
Deprecated.
use
KeyEvent.isControlKeyDown()
instead |
static int |
KeyboardListener.MODIFIER_META
Deprecated.
use
KeyEvent.isMetaKeyDown()
instead |
static int |
KeyboardListener.MODIFIER_SHIFT
Deprecated.
use
KeyEvent.isShiftKeyDown()
instead |
Modifier and Type | Method and Description |
---|---|
static <E extends HasMouseDownHandlers & HasMouseUpHandlers & HasMouseOutHandlers & HasMouseOverHandlers & HasMouseMoveHandlers> |
ListenerWrapper.WrappedMouseListener.add(E source,
MouseListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedFocusListener |
ListenerWrapper.WrappedFocusListener.add(HasAllFocusHandlers eventSource,
FocusListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedKeyboardListener |
ListenerWrapper.WrappedKeyboardListener.add(HasAllKeyHandlers source,
KeyboardListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedChangeListener |
ListenerWrapper.WrappedChangeListener.add(HasChangeHandlers source,
ChangeListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedClickListener |
ListenerWrapper.WrappedClickListener.add(HasClickHandlers source,
ClickListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedMouseWheelListener |
ListenerWrapper.WrappedMouseWheelListener.add(HasMouseWheelHandlers source,
MouseWheelListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static ListenerWrapper.WrappedScrollListener |
ListenerWrapper.WrappedScrollListener.add(HasScrollHandlers source,
ScrollListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static <V> ListenerWrapper.WrappedLogicalChangeListener<V> |
ListenerWrapper.WrappedLogicalChangeListener.add(HasValueChangeHandlers<V> source,
ChangeListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static <S extends HasLoadHandlers & HasErrorHandlers> |
ListenerWrapper.WrappedLoadListener.add(S source,
LoadListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
protected void |
ComplexPanel.add(Widget child,
Element container)
Deprecated.
Call and override
ComplexPanel.add(Widget, Element) instead. |
void |
RenderablePanel.addAndReplaceElement(IsWidget widget,
Element toReplace)
Deprecated.
|
void |
HTMLPanel.addAndReplaceElement(IsWidget widget,
Element toReplace)
Deprecated.
|
void |
RenderablePanel.addAndReplaceElement(Widget widget,
Element toReplace)
Deprecated.
|
void |
HTMLPanel.addAndReplaceElement(Widget widget,
Element toReplace)
Deprecated.
|
void |
ListBox.addChangeListener(ChangeListener listener)
Deprecated.
|
void |
SourcesChangeEvents.addChangeListener(ChangeListener listener)
Deprecated.
use addChangeHandler or addValueChangeHandler instead
|
void |
TextBoxBase.addChangeListener(ChangeListener listener)
Deprecated.
|
void |
SuggestBox.addChangeListener(ChangeListener listener)
Deprecated.
use
SuggestBox.getTextBox() ().addChangeHandler instead |
HandlerRegistration |
Hyperlink.addClickHandler(ClickHandler handler)
Deprecated.
Use
FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead and call
History.newItem from the handler if you need to process the
click before the history token is set. |
void |
SourcesClickEvents.addClickListener(ClickListener listener)
Deprecated.
use
addClickHandler instead |
void |
FocusPanel.addClickListener(ClickListener listener)
Deprecated.
|
void |
Label.addClickListener(ClickListener listener)
Deprecated.
|
void |
FocusWidget.addClickListener(ClickListener listener)
Deprecated.
|
void |
SuggestBox.addClickListener(ClickListener listener)
Deprecated.
use
SuggestBox.getTextBox() ().addClickHandler instead |
void |
Hyperlink.addClickListener(ClickListener listener)
Deprecated.
Use
FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead and call
History.newItem from the handler if you need to process the
click before the history token is set. |
void |
Image.addClickListener(ClickListener listener)
Deprecated.
|
void |
FiresDisclosureEvents.addEventHandler(DisclosureHandler handler)
Deprecated.
Add an open or close handler to the event source instead
|
void |
DisclosurePanel.addEventHandler(DisclosureHandler handler)
Deprecated.
|
void |
FiresSuggestionEvents.addEventHandler(SuggestionHandler handler)
Deprecated.
Add a selection handler instead
|
void |
SuggestBox.addEventHandler(SuggestionHandler handler)
|
void |
FocusPanel.addFocusListener(FocusListener listener)
Deprecated.
|
void |
SourcesFocusEvents.addFocusListener(FocusListener listener)
Deprecated.
use addFocusHandler and addBlurHandler instead.
|
void |
FocusWidget.addFocusListener(FocusListener listener)
Deprecated.
|
void |
SuggestBox.addFocusListener(FocusListener listener)
Deprecated.
use
SuggestBox.getTextBox() ().addFocusHandler/addBlurHandler()
instead |
void |
Tree.addFocusListener(FocusListener listener)
Deprecated.
|
void |
FormPanel.addFormHandler(FormHandler handler)
|
void |
FiresFormEvents.addFormHandler(FormHandler handler)
|
void |
FocusPanel.addKeyboardListener(KeyboardListener listener)
|
void |
FocusWidget.addKeyboardListener(KeyboardListener listener)
|
void |
SuggestBox.addKeyboardListener(KeyboardListener listener)
|
void |
SourcesKeyboardEvents.addKeyboardListener(KeyboardListener listener)
Deprecated.
use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler
instead
|
void |
Tree.addKeyboardListener(KeyboardListener listener)
|
void |
SourcesLoadEvents.addLoadListener(LoadListener listener)
Deprecated.
|
void |
Image.addLoadListener(LoadListener listener)
Deprecated.
use
LoadHandler and
ErrorHandler instead |
void |
FocusPanel.addMouseListener(MouseListener listener)
Deprecated.
Use
FocusPanel.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) , FocusPanel.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler) , FocusPanel.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler) , FocusPanel.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusPanel.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
void |
Label.addMouseListener(MouseListener listener)
Deprecated.
Use
Label.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) ,
Label.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler) , Label.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler) ,
Label.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and Label.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
void |
SourcesMouseEvents.addMouseListener(MouseListener listener)
Deprecated.
use add* methods of
HasAllMouseHandlers instead |
void |
FocusWidget.addMouseListener(MouseListener listener)
Deprecated.
Use
FocusWidget.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) FocusWidget.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler) , FocusWidget.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler) , FocusWidget.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and FocusWidget.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
void |
Image.addMouseListener(MouseListener listener)
Deprecated.
Use
Image.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Image.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler) ,
Image.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler) , Image.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and
Image.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
void |
Tree.addMouseListener(MouseListener listener)
Deprecated.
Use
Tree.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) Tree.addMouseMoveHandler(com.google.gwt.event.dom.client.MouseMoveHandler) ,
Tree.addMouseDownHandler(com.google.gwt.event.dom.client.MouseDownHandler) , Tree.addMouseUpHandler(com.google.gwt.event.dom.client.MouseUpHandler) and
Tree.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
void |
FocusPanel.addMouseWheelListener(MouseWheelListener listener)
Deprecated.
|
void |
Label.addMouseWheelListener(MouseWheelListener listener)
Deprecated.
|
void |
FocusWidget.addMouseWheelListener(MouseWheelListener listener)
Deprecated.
|
void |
Image.addMouseWheelListener(MouseWheelListener listener)
Deprecated.
|
void |
SourcesMouseWheelEvents.addMouseWheelListener(MouseWheelListener listener)
Deprecated.
|
void |
SourcesPopupEvents.addPopupListener(PopupListener listener)
Deprecated.
|
void |
PopupPanel.addPopupListener(PopupListener listener)
|
void |
SourcesScrollEvents.addScrollListener(ScrollListener listener)
Deprecated.
|
void |
ScrollPanel.addScrollListener(ScrollListener listener)
Deprecated.
|
void |
SourcesTableEvents.addTableListener(TableListener listener)
Deprecated.
See the
interface doc instead |
void |
HTMLTable.addTableListener(TableListener listener)
Deprecated.
add a click handler instead and use
HTMLTable.getCellForEvent(ClickEvent) to get the cell
information (remember to check for a null return value) |
void |
TabPanel.addTabListener(TabListener listener)
|
void |
SourcesTabEvents.addTabListener(TabListener listener)
|
void |
TabBar.addTabListener(TabListener listener)
Deprecated.
|
void |
Tree.addTreeListener(TreeListener listener)
Deprecated.
Use
Tree.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.TreeItem>) , Tree.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler<com.google.gwt.user.client.ui.TreeItem>) , and
Tree.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.TreeItem>) instead |
void |
SourcesTreeEvents.addTreeListener(TreeListener listener)
Deprecated.
|
void |
TableListenerCollection.fireCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated.
|
void |
FormHandlerCollection.fireOnComplete(FormPanel sender,
String results)
Deprecated.
FormPanel now implements all handler management internally |
boolean |
FormHandlerCollection.fireOnSubmit(FormPanel sender)
Deprecated.
FormPanel now implements all handler management internally |
void |
PopupListenerCollection.firePopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
|
RichTextArea.BasicFormatter |
RichTextArea.getBasicFormatter()
Deprecated.
use
RichTextArea.getFormatter() instead |
Command |
MenuItem.getCommand()
Deprecated.
use
MenuItem.getScheduledCommand() instead |
int |
MouseWheelVelocity.getDeltaY()
Deprecated.
use
MouseWheelEvent.getDeltaY()
instead |
HasDirection.Direction |
Label.getDirection()
Deprecated.
Use
Label.getTextDirection() instead |
protected int |
HTMLTable.getDOMCellCount(Element tableBody,
int row)
Deprecated.
Call and override
HTMLTable.getDOMCellCount(Element, int) instead. |
protected int |
HTMLTable.getDOMRowCount(Element tbody)
Deprecated.
Call and override
HTMLTable.getDOMRowCount(Element) instead. |
RichTextArea.ExtendedFormatter |
RichTextArea.getExtendedFormatter()
Deprecated.
use
RichTextArea.getFormatter() instead |
protected HasFocus |
TreeItem.getFocusableWidget()
Deprecated.
use
TreeItem.getFocusable() instead |
protected Element |
HTMLTable.RowFormatter.getRow(Element tbody,
int row)
Deprecated.
Call and override
HTMLTable.RowFormatter.getRow(Element, int) instead. |
int |
ScrollPanel.getScrollPosition()
Deprecated.
as of GWT 2.3, replaced by
ScrollPanel.getVerticalScrollPosition() |
TextBoxBase |
SuggestBox.getTextBox()
Deprecated.
in favour of getValueBox
|
void |
SuggestBox.hideSuggestionList()
Deprecated.
|
protected void |
ComplexPanel.insert(Widget child,
Element container,
int beforeIndex,
boolean domInsert)
Deprecated.
Call and override
ComplexPanel.insert(Widget, Element, int, boolean) instead. |
protected boolean |
HTMLTable.internalClearCell(Element td,
boolean clearInnerHTML)
Deprecated.
Call and override
HTMLTable.internalClearCell(Element, boolean) instead. |
boolean |
SuggestBox.isAnimationEnabled()
Deprecated.
|
boolean |
SimpleCheckBox.isChecked()
Deprecated.
Use
SimpleCheckBox.getValue() instead |
boolean |
CheckBox.isChecked()
Deprecated.
Use
CheckBox.getValue() instead |
boolean |
MouseWheelVelocity.isNorth()
Deprecated.
use
MouseWheelEvent.isNorth()
instead |
boolean |
MouseWheelVelocity.isSouth()
Deprecated.
use
MouseWheelEvent.isSouth()
instead |
boolean |
SuggestBox.isSuggestionListShowing()
Deprecated.
|
boolean |
TabPanel.onBeforeTabSelected(SourcesTabEvents sender,
int tabIndex)
|
boolean |
TabListener.onBeforeTabSelected(SourcesTabEvents sender,
int tabIndex)
Deprecated.
|
void |
TableListener.onCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated.
|
void |
ChangeListener.onChange(Widget sender)
Deprecated.
See the deprecation message on this interface for details
|
void |
ClickListener.onClick(Widget sender)
Deprecated.
|
void |
TabBar.onClick(Widget sender)
Deprecated.
add a
BeforeSelectionHandler instead. Alternatively, if
you need to access to the individual tabs, add a click handler to each
TabBar.Tab element instead. |
void |
DisclosureHandler.onClose(DisclosureEvent event)
Deprecated.
Use
CloseHandler
instead |
boolean |
PopupPanel.onEventPreview(Event event)
Deprecated.
|
void |
FocusListener.onFocus(Widget sender)
Deprecated.
|
void |
KeyboardListener.onKeyDown(Widget sender,
char keyCode,
int modifiers)
Deprecated.
|
void |
TabBar.onKeyDown(Widget sender,
char keyCode,
int modifiers)
Deprecated.
add a key down handler to the individual
TabBar.Tab objects
instead. |
boolean |
PopupPanel.onKeyDownPreview(char key,
int modifiers)
Deprecated.
|
void |
KeyboardListener.onKeyPress(Widget sender,
char keyCode,
int modifiers)
Deprecated.
|
void |
TabBar.onKeyPress(Widget sender,
char keyCode,
int modifiers)
Deprecated.
this method has been doing nothing for the entire last release,
if what you wanted to do was to listen to key press events on tabs, add the
key press handler to the individual tab wrappers instead.
|
boolean |
PopupPanel.onKeyPressPreview(char key,
int modifiers)
Deprecated.
|
void |
KeyboardListener.onKeyUp(Widget sender,
char keyCode,
int modifiers)
Deprecated.
|
void |
TabBar.onKeyUp(Widget sender,
char keyCode,
int modifiers)
Deprecated.
this method has been doing nothing for the entire last release,
if what you wanted to do was to listen to key up events on tabs, add the
key up handler to the individual tab wrappers instead.
|
boolean |
PopupPanel.onKeyUpPreview(char key,
int modifiers)
Deprecated.
|
void |
FocusListener.onLostFocus(Widget sender)
Deprecated.
|
void |
MouseListener.onMouseDown(Widget sender,
int x,
int y)
Deprecated.
|
void |
DialogBox.onMouseDown(Widget sender,
int x,
int y)
Deprecated.
|
void |
MouseListener.onMouseEnter(Widget sender)
Deprecated.
|
void |
DialogBox.onMouseEnter(Widget sender)
Deprecated.
|
void |
MouseListener.onMouseLeave(Widget sender)
Deprecated.
|
void |
DialogBox.onMouseLeave(Widget sender)
Deprecated.
|
void |
MouseListener.onMouseMove(Widget sender,
int x,
int y)
Deprecated.
|
void |
DialogBox.onMouseMove(Widget sender,
int x,
int y)
Deprecated.
|
void |
MouseListener.onMouseUp(Widget sender,
int x,
int y)
Deprecated.
|
void |
DialogBox.onMouseUp(Widget sender,
int x,
int y)
Deprecated.
|
void |
MouseWheelListener.onMouseWheel(Widget sender,
MouseWheelVelocity velocity)
Deprecated.
|
void |
DisclosureHandler.onOpen(DisclosureEvent event)
Deprecated.
Use
OpenHandler instead |
void |
MenuBar.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
Use
MenuBar.addCloseHandler(CloseHandler) instead |
void |
PopupListener.onPopupClosed(PopupPanel sender,
boolean autoClosed)
Deprecated.
|
void |
FormHandler.onSubmit(FormSubmitEvent event)
Deprecated.
Use
FormPanel.SubmitHandler instead |
void |
FormHandler.onSubmitComplete(FormSubmitCompleteEvent event)
Deprecated.
Use
FormPanel.SubmitCompleteHandler instead |
void |
TabPanel.onTabSelected(SourcesTabEvents sender,
int tabIndex)
Deprecated.
|
void |
TabListener.onTabSelected(SourcesTabEvents sender,
int tabIndex)
Deprecated.
|
void |
TreeListener.onTreeItemSelected(TreeItem item)
Deprecated.
|
void |
TreeListener.onTreeItemStateChanged(TreeItem item)
|
static void |
ListenerWrapper.WrappedChangeListener.remove(Widget eventSource,
ChangeListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedLogicalChangeListener.remove(Widget eventSource,
ChangeListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedClickListener.remove(Widget eventSource,
ClickListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedFocusListener.remove(Widget eventSource,
FocusListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedKeyboardListener.remove(Widget eventSource,
KeyboardListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedLoadListener.remove(Widget eventSource,
LoadListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedMouseListener.remove(Widget eventSource,
MouseListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedMouseWheelListener.remove(Widget eventSource,
MouseWheelListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
static void |
ListenerWrapper.WrappedScrollListener.remove(Widget eventSource,
ScrollListener listener)
Deprecated.
will be removed in GWT 2.0 along with the listener classes
|
void |
ListBox.removeChangeListener(ChangeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
void |
SourcesChangeEvents.removeChangeListener(ChangeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasChangeHandlers.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler)
instead |
void |
ValueBoxBase.removeChangeListener(ChangeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by ValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
void |
SuggestBox.removeChangeListener(ChangeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addChangeHandler
instead |
void |
SourcesClickEvents.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler)
instead |
void |
FocusPanel.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on
the object returned by FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
void |
Label.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on
the object returned by Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
void |
FocusWidget.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on
the object returned by FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
void |
SuggestBox.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addClickHandler
instead |
void |
Hyperlink.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
Image.removeClickListener(ClickListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
void |
FiresDisclosureEvents.removeEventHandler(DisclosureHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
DisclosurePanel.removeEventHandler(DisclosureHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
FiresSuggestionEvents.removeEventHandler(SuggestionHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
SuggestBox.removeEventHandler(SuggestionHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler() method no the
object returned by SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<com.google.gwt.user.client.ui.SuggestOracle.Suggestion>) instead |
void |
FocusPanel.removeFocusListener(FocusListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on
the object returned by FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
void |
SourcesFocusEvents.removeFocusListener(FocusListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasFocusHandlers.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler)
instead |
void |
FocusWidget.removeFocusListener(FocusListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on
the object returned by FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
void |
SuggestBox.removeFocusListener(FocusListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addFocusListener
instead |
void |
Tree.removeFocusListener(FocusListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by Tree.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
void |
FormPanel.removeFormHandler(FormHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by and add*Handler method instead |
void |
FiresFormEvents.removeFormHandler(FormHandler handler)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FocusPanel.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FocusWidget.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
SuggestBox.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().add*Handler instead |
void |
SourcesKeyboardEvents.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
Tree.removeKeyboardListener(KeyboardListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
SourcesLoadEvents.removeLoadListener(LoadListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasLoadHandlers.addLoadHandler(com.google.gwt.event.dom.client.LoadHandler)
instead |
void |
Image.removeLoadListener(LoadListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
FocusPanel.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
Label.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
SourcesMouseEvents.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
FocusWidget.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
Image.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
Tree.removeMouseListener(MouseListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
FocusPanel.removeMouseWheelListener(MouseWheelListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
void |
Label.removeMouseWheelListener(MouseWheelListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
void |
FocusWidget.removeMouseWheelListener(MouseWheelListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
void |
Image.removeMouseWheelListener(MouseWheelListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
void |
SourcesMouseWheelEvents.removeMouseWheelListener(MouseWheelListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler)
instead |
void |
SourcesPopupEvents.removePopupListener(PopupListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<T>)
instead |
void |
PopupPanel.removePopupListener(PopupListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>) instead |
void |
SourcesScrollEvents.removeScrollListener(ScrollListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler)
instead |
void |
ScrollPanel.removeScrollListener(ScrollListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead |
void |
SourcesTableEvents.removeTableListener(TableListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
HTMLTable.removeTableListener(TableListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
void |
TabPanel.removeTabListener(TabListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |
void |
SourcesTabEvents.removeTabListener(TabListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |
void |
TabBar.removeTabListener(TabListener listener)
Deprecated.
Instead use the
HandlerRegistration.removeHandler()
call on the object returned by an add*Handler method |
void |
Tree.removeTreeListener(TreeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
void |
SourcesTreeEvents.removeTreeListener(TreeListener listener)
Deprecated.
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
protected void |
CheckBox.replaceInputElement(Element elem)
Deprecated.
Call and use
CheckBox.replaceInputElement(Element) instead. |
void |
SuggestBox.setAnimationEnabled(boolean enable)
Deprecated.
|
protected void |
CellPanel.setCellHorizontalAlignment(Element td,
HasHorizontalAlignment.HorizontalAlignmentConstant align)
Deprecated.
Call and override
#setCellHorizontalAlignment(Element,
HorizontalAlignmentConstant) instead. |
protected void |
CellPanel.setCellVerticalAlignment(Element td,
HasVerticalAlignment.VerticalAlignmentConstant align)
Deprecated.
Call and override
#setCellVerticalAlignment(Element,
VerticalAlignmentConstant) instead. |
void |
SimpleCheckBox.setChecked(boolean checked)
Deprecated.
Use
SimpleCheckBox.setValue(Boolean) instead |
void |
CheckBox.setChecked(boolean checked)
Deprecated.
Use
CheckBox.setValue(Boolean) instead |
void |
MenuItem.setCommand(Command cmd)
Deprecated.
use
#setScheduledCommand(ScheduledCommand) instead |
void |
Label.setDirection(HasDirection.Direction direction)
Deprecated.
Use
LabelBase.setDirectionEstimator(boolean) and / or pass explicit
direction to Label.setText(java.lang.String) instead |
void |
DirectionalTextHelper.setDirection(HasDirection.Direction direction)
Deprecated.
|
void |
Anchor.setDirection(HasDirection.Direction direction)
Deprecated.
Use
Anchor.setDirectionEstimator(boolean) and / or pass explicit
direction to Anchor.setText(java.lang.String) , Anchor.setHTML(com.google.gwt.safehtml.shared.SafeHtml) instead |
protected void |
UIObject.setElement(Element elem)
Deprecated.
Use and override
UIObject.setElement(Element) instead. |
void |
ValueBoxBase.setKey(char key)
Deprecated.
this method only works in IE and should not have been added to
the API
|
void |
SuggestBox.setPopupStyleName(String style)
Deprecated.
|
void |
ScrollPanel.setScrollPosition(int position)
Deprecated.
as of GWT 2.3, replaced by
ScrollPanel.setVerticalScrollPosition(int) |
void |
TextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant align)
Deprecated.
|
protected void |
Composite.setWidget(Widget widget)
Deprecated.
Use
Composite.initWidget(Widget) instead |
Modifier and Type | Method and Description |
---|---|
void |
RichTextAreaImpl.setWidget(RichTextArea richTextWidget)
Deprecated.
as of GWT 2.1, use
RichTextAreaImpl.setOwner(HasInitializeHandlers)
instead |
Constructor and Description |
---|
ClippedImagePrototype(String url,
int left,
int top,
int width,
int height)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SerializationPolicy |
SerializationPolicyLoader.loadFromStream(InputStream inputStream)
Deprecated.
|
static String |
RPCServletUtils.readContentAsUtf8(javax.servlet.http.HttpServletRequest request)
|
static String |
RPCServletUtils.readContentAsUtf8(javax.servlet.http.HttpServletRequest request,
boolean checkHeaders)
|
Modifier and Type | Method and Description |
---|---|
static Field[] |
SerializabilityUtil.applyFieldSerializationPolicy(Class<?> clazz)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebAppCreator.doRun()
Deprecated.
as of GWT 2.1, replaced by
WebAppCreator.doRun(String) |
Modifier and Type | Method and Description |
---|---|
static boolean |
XMLParser.supportsCDATASection()
Deprecated.
Always returns true
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Character.isSpace(char c)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
Time.getDate()
Deprecated.
|
int |
Time.getDay()
Deprecated.
|
int |
Date.getHours()
Deprecated.
|
int |
Date.getMinutes()
Deprecated.
|
int |
Time.getMonth()
Deprecated.
|
int |
Date.getSeconds()
Deprecated.
|
int |
Time.getYear()
Deprecated.
|
void |
Time.setDate(int i)
Deprecated.
|
void |
Date.setHours(int i)
Deprecated.
|
void |
Date.setMinutes(int i)
Deprecated.
|
void |
Time.setMonth(int i)
Deprecated.
|
void |
Date.setSeconds(int i)
Deprecated.
|
void |
Time.setYear(int i)
Deprecated.
|
String |
Date.toString()
Deprecated.
|
Constructor and Description |
---|
Date(int year,
int month,
int day)
Deprecated.
|
Date(long date)
Deprecated.
|
Time(int hour,
int minute,
int second)
Deprecated.
|
Timestamp(int year,
int month,
int date,
int hour,
int minute,
int second,
int nano)
Deprecated.
|
Copyright © 2018. All rights reserved.