Deprecated Classes |
com.google.gwt.autobean.shared.AutoBeanCodex
|
com.google.gwt.autobean.server.AutoBeanFactoryMagic
Replaced by AutoBeanFactorySource |
com.google.gwt.autobean.shared.AutoBeanUtils
|
com.google.gwt.autobean.shared.AutoBeanVisitor
|
com.google.gwt.autobean.shared.AutoBeanVisitor.ParameterizationVisitor
|
com.google.gwt.user.client.BaseListenerWrapper
will be removed in GWT 2.0 with the handler listeners themselves |
com.google.gwt.uibinder.attributeparsers.BundleAttributeParser
soon to die, replaced by brace expressions |
com.google.gwt.uibinder.attributeparsers.BundleAttributeParsers
|
com.google.gwt.user.client.ui.ChangeListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.ClickListenerCollection
As of GWT 1.6, call
addDomHandler (myHandler, ClickEvent.getType())
to manage handlers for your widget instead |
com.google.gwt.autobean.server.Configuration
|
com.google.gwt.autobean.server.Configuration.Builder
|
com.google.gwt.requestfactory.server.DefaultExceptionHandler
|
com.google.gwt.event.shared.DefaultHandlerRegistration
with no replacement; this class is no longer used by any GWT code |
com.google.gwt.requestfactory.shared.DefaultProxyStore
|
com.google.gwt.requestfactory.client.DefaultRequestTransport
|
com.google.gwt.user.client.DeferredCommand
Replaced by
Scheduler.scheduleDeferred() because the static nature of this
API prevents effective mocking for JRE-only tests. |
com.google.gwt.user.client.ui.DelegatingChangeListenerCollection
Use Widget.delegateEvent instead |
com.google.gwt.user.client.ui.DelegatingClickListenerCollection
Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent>) instead |
com.google.gwt.user.client.ui.DelegatingFocusListenerCollection
Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent>) instead |
com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection
Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent>) instead |
com.google.gwt.user.client.ui.DisclosureEvent
Use
CloseEvent and
OpenEvent instead |
com.google.gwt.requestfactory.shared.EntityProxyChange
|
com.google.gwt.requestfactory.ui.client.EntityProxyKeyProvider
|
com.google.gwt.user.client.ui.FocusListenerAdapter
Use FocusHandler and
BlurHandler instead |
com.google.gwt.user.client.ui.FocusListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.FormHandlerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.i18n.rebind.keygen.FullyQualifiedMethodNameKeyGenerator
Use
com.google.gwt.i18n.server.keygen.FullyQualifiedMethodNameKeyGenerator
instead. |
com.google.gwt.user.client.ui.HorizontalSplitPanel
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 |
com.google.gwt.requestfactory.server.testing.InProcessRequestTransport
|
com.google.gwt.user.client.ui.KeyboardListenerAdapter
use KeyDownHandler ,
KeyUpHandler and/or
KeyPressHandler instead |
com.google.gwt.user.client.ui.KeyboardListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.ListenerWrapper
will be removed in GWT 2.0 with the handler listeners themselves |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener
will be removed in GWT 2.0 along with the listeners being
wrapped |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener
will be removed in GWT 2.0 along with the listeners being
wrapped |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener
will be removed in GWT 2.0 along with the listeners being
wrapped |
com.google.gwt.user.client.ui.LoadListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.requestfactory.shared.Locator
|
com.google.gwt.requestfactory.server.Logging
|
com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator
Use com.google.gwt.i18n.server.keygen.MD5KeyGenerator
instead. |
com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
Use
com.google.gwt.i18n.server.keygen.MethodNameKeyGenerator instead. |
com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver
|
com.google.gwt.user.client.ui.MouseListenerAdapter
use MouseDownHandler ,
MouseUpHandler ,
MouseOverHandler ,
MouseMoveHandler , and/or
MouseOutHandler instead |
com.google.gwt.user.client.ui.MouseListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.MouseWheelListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.MouseWheelVelocity
use
MouseWheelEvent.getDeltaY()
instead |
com.google.gwt.user.client.ui.PopupListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.requestfactory.ui.client.ProxyRenderer
|
com.google.gwt.requestfactory.shared.Receiver
|
com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
|
com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator.ClassLoaderLoader
|
com.google.gwt.requestfactory.client.RequestFactoryLogHandler
|
com.google.gwt.requestfactory.server.testing.RequestFactoryMagic
Replaced by com.google.web.bindery.vm.RequestFactorySource
RequestFactory has moved to
com.google.web.bindery.requestfactory . This package will be
removed in a future version of GWT. |
com.google.gwt.requestfactory.server.RequestFactoryServlet
|
com.google.gwt.user.client.ui.ScrollListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.requestfactory.shared.ServerFailure
|
com.google.gwt.requestfactory.server.ServiceLayer
|
com.google.gwt.requestfactory.server.ServiceLayerDecorator
|
com.google.gwt.requestfactory.server.SimpleRequestProcessor
|
com.google.gwt.user.client.ui.TableListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.TabListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
use ValueBoxBase.setAlignment(ValueBoxBase.TextAlignment) |
com.google.gwt.user.client.ui.TreeListenerCollection
Widgets should now manage their own handlers via Widget.addDomHandler(H, com.google.gwt.event.dom.client.DomEvent.Type) |
com.google.gwt.autobean.shared.ValueCodex
|
com.google.gwt.user.client.ui.VerticalSplitPanel
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 |
Deprecated Methods |
com.google.gwt.user.client.DeferredCommand.add(Command)
As of release 1.4, replaced by DeferredCommand.addCommand(Command) |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener.add(E, MouseListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener.add(HasAllFocusHandlers, FocusListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener.add(HasAllKeyHandlers, KeyboardListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener.add(HasChangeHandlers, ChangeListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener.add(HasClickHandlers, ClickListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener.add(HasMouseWheelHandlers, MouseWheelListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener.add(HasScrollHandlers, ScrollListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener.add(HasValueChangeHandlers, ChangeListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener.add(S, LoadListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.HTMLPanel.addAndReplaceElement(Widget, Element)
use HTMLPanel.addAndReplaceElement(Widget, Element) |
com.google.gwt.user.client.ui.ListBox.addChangeListener(ChangeListener)
Use ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
com.google.gwt.user.client.ui.SourcesChangeEvents.addChangeListener(ChangeListener)
use addChangeHandler or addValueChangeHandler instead |
com.google.gwt.user.client.ui.SuggestBox.addChangeListener(ChangeListener)
use SuggestBox.getTextBox() ().addChangeHandler instead |
com.google.gwt.user.client.ui.TextBoxBase.addChangeListener(ChangeListener)
Use ValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
com.google.gwt.junit.client.GWTTestCase.addCheckpoint(String)
implementation removed |
com.google.gwt.user.client.ui.Hyperlink.addClickHandler(ClickHandler)
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. |
com.google.gwt.user.client.ui.FocusPanel.addClickListener(ClickListener)
Use FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.addClickListener(ClickListener)
Use FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.Hyperlink.addClickListener(ClickListener)
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. |
com.google.gwt.user.client.ui.Image.addClickListener(ClickListener)
Use Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.Label.addClickListener(ClickListener)
Use Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.SourcesClickEvents.addClickListener(ClickListener)
use addClickHandler instead |
com.google.gwt.user.client.ui.SuggestBox.addClickListener(ClickListener)
use SuggestBox.getTextBox() ().addClickHandler instead |
com.google.gwt.user.client.ui.DisclosurePanel.addEventHandler(DisclosureHandler)
Use DisclosurePanel.addOpenHandler(OpenHandler) and
DisclosurePanel.addCloseHandler(CloseHandler) instead |
com.google.gwt.user.client.ui.FiresDisclosureEvents.addEventHandler(DisclosureHandler)
Add an open or close handler to the event source instead |
com.google.gwt.user.client.ui.FiresSuggestionEvents.addEventHandler(SuggestionHandler)
Add a selection handler instead |
com.google.gwt.user.client.ui.SuggestBox.addEventHandler(SuggestionHandler)
use SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead. |
com.google.gwt.user.client.DOM.addEventPreview(EventPreview)
replaced by
Event.addNativePreviewHandler(Event.NativePreviewHandler) |
com.google.gwt.user.client.Event.addEventPreview(EventPreview)
replaced by
Event.addNativePreviewHandler(NativePreviewHandler) |
com.google.gwt.user.client.ui.FocusPanel.addFocusListener(FocusListener)
Use FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.addFocusListener(FocusListener)
Use FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.SourcesFocusEvents.addFocusListener(FocusListener)
use addFocusHandler and addBlurHandler instead. |
com.google.gwt.user.client.ui.SuggestBox.addFocusListener(FocusListener)
use SuggestBox.getTextBox() ().addFocusHandler/addBlurHandler()
instead |
com.google.gwt.user.client.ui.Tree.addFocusListener(FocusListener)
Use Tree.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.FiresFormEvents.addFormHandler(FormHandler)
Use FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and
FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) instead |
com.google.gwt.user.client.ui.FormPanel.addFormHandler(FormHandler)
Use FormPanel.addSubmitCompleteHandler(com.google.gwt.user.client.ui.FormPanel.SubmitCompleteHandler) and
FormPanel.addSubmitHandler(com.google.gwt.user.client.ui.FormPanel.SubmitHandler) instead |
com.google.gwt.user.client.History.addHistoryListener(HistoryListener)
use History.addValueChangeHandler(ValueChangeHandler) instead |
com.google.gwt.user.client.ui.FocusPanel.addKeyboardListener(KeyboardListener)
Use FocusPanel.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler) , FocusPanel.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusPanel.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.addKeyboardListener(KeyboardListener)
Use FocusWidget.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler) , FocusWidget.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusWidget.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead |
com.google.gwt.user.client.ui.SourcesKeyboardEvents.addKeyboardListener(KeyboardListener)
use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler
instead |
com.google.gwt.user.client.ui.SuggestBox.addKeyboardListener(KeyboardListener)
Use SuggestBox.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler) , SuggestBox.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and
SuggestBox.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead |
com.google.gwt.user.client.ui.Tree.addKeyboardListener(KeyboardListener)
Use Tree.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler) , Tree.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and
Tree.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead |
com.google.gwt.user.client.ui.Image.addLoadListener(LoadListener)
use LoadHandler and
ErrorHandler instead |
com.google.gwt.user.client.ui.SourcesLoadEvents.addLoadListener(LoadListener)
use
HasLoadHandlers.addLoadHandler(com.google.gwt.event.dom.client.LoadHandler)
instead |
com.google.gwt.user.client.ui.FocusPanel.addMouseListener(MouseListener)
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 |
com.google.gwt.user.client.ui.FocusWidget.addMouseListener(MouseListener)
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 |
com.google.gwt.user.client.ui.Image.addMouseListener(MouseListener)
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 |
com.google.gwt.user.client.ui.Label.addMouseListener(MouseListener)
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 |
com.google.gwt.user.client.ui.SourcesMouseEvents.addMouseListener(MouseListener)
use add* methods of
HasAllMouseHandlers instead |
com.google.gwt.user.client.ui.Tree.addMouseListener(MouseListener)
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 |
com.google.gwt.user.client.ui.FocusPanel.addMouseWheelListener(MouseWheelListener)
Use FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.addMouseWheelListener(MouseWheelListener)
Use FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.Image.addMouseWheelListener(MouseWheelListener)
Use Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.Label.addMouseWheelListener(MouseWheelListener)
Use Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.SourcesMouseWheelEvents.addMouseWheelListener(MouseWheelListener)
Use
HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler)
instead |
com.google.gwt.user.client.DeferredCommand.addPause()
with no replacement because the presence of this method causes
arbitrary scheduling decisions |
com.google.gwt.user.client.ui.PopupPanel.addPopupListener(PopupListener)
Use PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead |
com.google.gwt.user.client.ui.SourcesPopupEvents.addPopupListener(PopupListener)
use
HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler)
instead |
com.google.gwt.user.client.ui.ScrollPanel.addScrollListener(ScrollListener)
Use ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead |
com.google.gwt.user.client.ui.SourcesScrollEvents.addScrollListener(ScrollListener)
use
HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler)
instead |
com.google.gwt.user.client.ui.HTMLTable.addTableListener(TableListener)
add a click handler instead and use
HTMLTable.getCellForEvent(ClickEvent) to get the cell
information (remember to check for a null return value) |
com.google.gwt.user.client.ui.SourcesTableEvents.addTableListener(TableListener)
See the interface doc instead |
com.google.gwt.user.client.ui.SourcesTabEvents.addTabListener(TabListener)
use
HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler)
and
HasSelectionHandlers.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler)
instead |
com.google.gwt.user.client.ui.TabBar.addTabListener(TabListener)
Use TabBar.addBeforeSelectionHandler(BeforeSelectionHandler)
and TabBar.addSelectionHandler(SelectionHandler) instead |
com.google.gwt.user.client.ui.TabPanel.addTabListener(TabListener)
Use TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) and TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead |
com.google.gwt.user.client.ui.SourcesTreeEvents.addTreeListener(TreeListener)
use
HasBeforeSelectionHandlers.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler) ,
HasOpenHandlers.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler)
and
HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler)
instead |
com.google.gwt.user.client.ui.Tree.addTreeListener(TreeListener)
Use Tree.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) , Tree.addOpenHandler(com.google.gwt.event.logical.shared.OpenHandler) , and
Tree.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead |
com.google.gwt.user.client.Window.addWindowCloseListener(WindowCloseListener)
use Window.addWindowClosingHandler(ClosingHandler) and
Window.addCloseHandler(CloseHandler) instead |
com.google.gwt.user.client.Window.addWindowResizeListener(WindowResizeListener)
use Window.addResizeHandler(ResizeHandler) instead |
com.google.gwt.user.client.Window.addWindowScrollListener(WindowScrollListener)
use Window.addWindowScrollHandler(ScrollHandler)
instead |
com.google.gwt.user.client.ui.Panel.adopt(Widget, Element)
Use Panel.adopt(Widget) . |
com.google.gwt.user.client.Event.cancelBubble(boolean)
use NativeEvent.stopPropagation() instead |
com.google.gwt.junit.client.GWTTestCase.clearCheckpoints()
implementation removed |
com.google.web.bindery.autobean.shared.AutoBean.clone(boolean)
with no replacement |
com.google.gwt.user.client.DOM.compare(Element, Element)
Use identity comparison. |
com.google.gwt.dom.client.Document.createButtonElement()
use Document.createPushButtonElement() ,
Document.createResetButtonElement() or
Document.createSubmitButtonElement() instead. |
com.google.gwt.dom.client.Document.createKeyDownEvent(boolean, boolean, boolean, boolean, int, int)
as of GWT2.1 (keydown events don't have a charCode), use
Document.createKeyDownEvent(boolean, boolean, boolean, boolean, int) |
com.google.gwt.dom.client.Document.createKeyEvent(String, boolean, boolean, boolean, boolean, boolean, boolean, int, int)
use
Document.createKeyCodeEvent(String, boolean, boolean, boolean, boolean, int)
or
Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int) |
com.google.gwt.dom.client.Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int, int)
as of GWT 2.1 (keypress events don't have a keyCode), use
Document.createKeyPressEvent(boolean, boolean, boolean, boolean, int) |
com.google.gwt.dom.client.Document.createKeyUpEvent(boolean, boolean, boolean, boolean, int, int)
as of GWT 2.1 (keyup events don't have a charCode), use
Document.createKeyUpEvent(boolean, boolean, boolean, boolean, int) |
com.google.gwt.user.client.DOM.createOptions()
there is no "options" element; use DOM.createOption()
instead |
com.google.web.bindery.autobean.shared.ValueCodex.decode(Class, String)
use ValueCodex.decode(Class, Splittable) instead. |
com.google.gwt.http.client.URL.decodeComponent(String)
Use URL.decodeQueryString(String) |
com.google.gwt.http.client.URL.decodeComponent(String, boolean)
Use URL.decodeQueryString(String) ,
URL.decodePathSegment(String) |
com.google.gwt.resources.ext.ResourceContext.deploy(URL, boolean)
use ResourceContext.deploy(URL, String, boolean) instead |
com.google.gwt.user.client.ui.Panel.disown(Widget)
Use Panel.orphan(Widget) . |
com.google.web.bindery.event.shared.SimpleEventBus.doRemove(Event.Type, Object, H)
required by legacy features in GWT's old HandlerManager |
com.google.gwt.user.tools.WebAppCreator.doRun()
as of GWT 2.1, replaced by WebAppCreator.doRun(String) |
com.google.gwt.user.cellview.client.CellList.doSelection(Event, T, int)
use
AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler)
instead |
com.google.gwt.user.cellview.client.CellTable.doSelection(Event, T, int, int)
use
AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler)
instead |
com.google.gwt.http.client.URL.encodeComponent(String)
Use URL.encodeQueryString(String) |
com.google.gwt.http.client.URL.encodeComponent(String, boolean)
Use URL.encodeQueryString(String) ,
URL.encodePathSegment(String) |
com.google.gwt.user.client.DOM.eventGetRepeat(Event)
not supported in any browser but IE |
com.google.gwt.user.client.DOM.eventSetKeyCode(Event, char)
this method only works in IE and should not have been added to
the API |
com.google.gwt.core.ext.typeinfo.JPackage.findType(String[])
use JPackage.findType(String) |
com.google.gwt.user.client.ui.TableListenerCollection.fireCellClicked(SourcesTableEvents, int, int)
|
com.google.gwt.user.client.ui.FormHandlerCollection.fireOnComplete(FormPanel, String)
FormPanel now implements all handler management internally |
com.google.gwt.user.client.ui.FormHandlerCollection.fireOnSubmit(FormPanel)
FormPanel now implements all handler management internally |
com.google.gwt.user.client.ui.PopupListenerCollection.firePopupClosed(PopupPanel, boolean)
use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent)
instead |
com.google.gwt.user.client.DOM.getAttribute(Element, String)
Use the more appropriately named
DOM.getElementProperty(Element, String) instead. |
com.google.gwt.user.client.ui.RichTextArea.getBasicFormatter()
use RichTextArea.getFormatter() instead |
com.google.gwt.user.client.DOM.getBooleanAttribute(Element, String)
Use the more appropriately named
DOM.getElementPropertyBoolean(Element, String) instead. |
com.google.gwt.junit.client.GWTTestCase.getCheckpoints()
implementation removed |
com.google.gwt.user.client.Event.getCurrentTarget()
use NativeEvent.getCurrentEventTarget() instead |
com.google.gwt.user.client.ui.MouseWheelVelocity.getDeltaY()
use
MouseWheelEvent.getDeltaY()
instead |
com.google.gwt.user.client.ui.Label.getDirection()
Use Label.getTextDirection() instead |
com.google.gwt.dom.client.ButtonElement.getDisabled()
use ButtonElement.isDisabled() instead. |
com.google.gwt.dom.client.LinkElement.getDisabled()
use LinkElement.isDisabled() instead. |
com.google.gwt.dom.client.OptGroupElement.getDisabled()
use OptGroupElement.isDisabled() instead. |
com.google.gwt.dom.client.SelectElement.getDisabled()
use SelectElement.isDisabled() instead. |
com.google.gwt.dom.client.StyleElement.getDisabled()
use StyleElement.isDisabled() instead |
com.google.gwt.dom.client.TextAreaElement.getDisabled()
use TextAreaElement.isDisabled() instead |
com.google.gwt.user.cellview.client.AbstractHasData.getDisplayedItem(int)
use AbstractHasData.getVisibleItem(int) instead |
com.google.gwt.user.cellview.client.AbstractHasData.getDisplayedItems()
use AbstractHasData.getVisibleItems() instead |
com.google.gwt.user.cellview.client.CellList.getEmptyListMessage()
as of GWT 2.3, use CellList.getEmptyListWidget() instead |
com.google.gwt.user.client.ui.RichTextArea.getExtendedFormatter()
use RichTextArea.getFormatter() instead |
com.google.gwt.user.client.ui.TreeItem.getFocusableWidget()
use TreeItem.getFocusable() instead |
com.google.gwt.user.client.Event.getFromElement()
use NativeEvent.getRelatedEventTarget() instead |
com.google.gwt.i18n.client.DateTimeFormat.getFullDateFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_FULL instead |
com.google.gwt.i18n.client.DateTimeFormat.getFullDateTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_TIME_FULL instead |
com.google.gwt.i18n.client.DateTimeFormat.getFullTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.TIME_FULL instead |
com.google.web.bindery.event.shared.SimpleEventBus.getHandler(Event.Type, int)
required by legacy features in GWT's old HandlerManager |
com.google.web.bindery.event.shared.SimpleEventBus.getHandlerCount(Event.Type>)
required by legacy features in GWT's old HandlerManager |
com.google.gwt.core.ext.ServletContainerLauncher.getIconPath()
see ServletContainerLauncher.getIconBytes() instead. |
com.google.gwt.user.client.DOM.getIntAttribute(Element, String)
Use the more appropriately named
DOM.getElementPropertyInt(Element, String) instead. |
com.google.gwt.i18n.client.DateTimeFormat.getLongDateFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_LONG instead |
com.google.gwt.i18n.client.DateTimeFormat.getLongDateTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_TIME_LONG instead |
com.google.gwt.i18n.client.DateTimeFormat.getLongTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.TIME_LONG instead |
com.google.gwt.i18n.client.DateTimeFormat.getMediumDateFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_MEDIUM instead |
com.google.gwt.i18n.client.DateTimeFormat.getMediumDateTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_TIME_MEDIUM instead |
com.google.gwt.i18n.client.DateTimeFormat.getMediumTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.TIME_MEDIUM instead |
com.google.gwt.core.ext.typeinfo.HasMetaData.getMetaData(String)
Javadoc comment metadata has been deprecated in favor of proper
Java annotations. See
HasAnnotations.getAnnotation(Class) for equivalent
functionality. |
com.google.gwt.core.ext.typeinfo.HasMetaData.getMetaDataTags()
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. |
com.google.gwt.core.ext.typeinfo.JParameterizedType.getNonParameterizedQualifiedSourceName()
See JType.getQualifiedSourceName() |
com.google.gwt.core.ext.PropertyOracle.getPropertyValue(TreeLogger, String)
|
com.google.gwt.core.ext.PropertyOracle.getPropertyValueSet(TreeLogger, String)
|
com.google.gwt.dom.client.TextAreaElement.getReadOnly()
use TextAreaElement.isReadOnly() instead. |
com.google.gwt.user.client.Event.getRelatedTarget()
use NativeEvent.getRelatedEventTarget() instead |
com.google.gwt.core.ext.typeinfo.TypeOracle.getReloadCount()
This method will always return 0 because a TypeOracle never
gets reloaded anymore. Callers should not rely on this value to
manage static state. |
com.google.gwt.user.client.Event.getRepeat()
not supported on all browsers |
com.google.gwt.user.client.ui.ScrollPanel.getScrollPosition()
as of GWT 2.3, replaced by ScrollPanel.getVerticalScrollPosition() |
com.google.gwt.i18n.client.DateTimeFormat.getShortDateFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_SHORT instead |
com.google.gwt.i18n.client.DateTimeFormat.getShortDateTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.DATE_TIME_SHORT instead |
com.google.gwt.i18n.client.DateTimeFormat.getShortTimeFormat()
use DateTimeFormat.getFormat(PredefinedFormat) with
DateTimeFormat.PredefinedFormat.TIME_SHORT instead |
com.google.gwt.user.client.Event.getTarget()
use NativeEvent.getEventTarget() instead |
com.google.gwt.user.client.Event.getToElement()
use NativeEvent.getRelatedEventTarget() instead |
com.google.gwt.core.client.GWT.getTypeName(Object)
Use Object.getClass() , Class.getName() |
com.google.gwt.core.ext.linker.ConfigurationProperty.getValue()
|
com.google.gwt.json.client.JSONNumber.getValue()
See JSONNumber.doubleValue() |
com.google.gwt.core.client.JsDate.getYear()
Use JsDate.getFullYear() . |
com.google.gwt.user.client.ui.SuggestBox.hideSuggestionList()
use SuggestBox.DefaultSuggestionDisplay.hideSuggestions() instead |
com.google.gwt.dom.client.StyleInjector.injectStylesheet(String)
The returned StyleElement cannot be implemented consistently
across all browsers |
com.google.gwt.dom.client.StyleInjector.injectStylesheetAtEnd(String)
The returned StyleElement cannot be implemented consistently
across all browsers |
com.google.gwt.dom.client.StyleInjector.injectStylesheetAtStart(String)
The returned StyleElement cannot be implemented consistently
across all browsers |
com.google.gwt.user.client.ui.ComplexPanel.insert(Widget, Element, int)
Use ComplexPanel.insert(Widget, Element, int, boolean) instead |
com.google.gwt.user.client.ui.SuggestBox.isAnimationEnabled()
use SuggestBox.DefaultSuggestionDisplay.isAnimationEnabled()
instead |
com.google.gwt.user.client.ui.CheckBox.isChecked()
Use CheckBox.getValue() instead |
com.google.gwt.user.client.ui.SimpleCheckBox.isChecked()
Use SimpleCheckBox.getValue() instead |
com.google.web.bindery.event.shared.SimpleEventBus.isEventHandled(Event.Type>)
required by legacy features in GWT's old HandlerManager |
com.google.gwt.core.ext.typeinfo.JClassType.isLocalType()
local types are not modeled |
com.google.gwt.user.client.ui.MouseWheelVelocity.isNorth()
use
MouseWheelEvent.isNorth()
instead |
com.google.gwt.core.ext.linker.EmittedArtifact.isPrivate()
use EmittedArtifact.getVisibility() instead |
com.google.gwt.user.client.ui.MouseWheelVelocity.isSouth()
use
MouseWheelEvent.isSouth()
instead |
com.google.gwt.user.client.ui.SuggestBox.isSuggestionListShowing()
use SuggestBox.DefaultSuggestionDisplay.isSuggestionListShowing() |
com.google.gwt.user.server.rpc.SerializationPolicyLoader.loadFromStream(InputStream)
see SerializationPolicyLoader.loadFromStream(InputStream, List) |
com.google.gwt.user.client.ui.TabListener.onBeforeTabSelected(SourcesTabEvents, int)
use
TabPanel.addBeforeSelectionHandler(com.google.gwt.event.logical.shared.BeforeSelectionHandler)
instead |
com.google.gwt.user.client.ui.TabPanel.onBeforeTabSelected(SourcesTabEvents, int)
Use BeforeSelectionHandler.onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent) instead |
com.google.gwt.user.client.ui.TableListener.onCellClicked(SourcesTableEvents, int, int)
use ClickHandler and
HTMLTable.getCellForEvent(com.google.gwt.event.dom.client.ClickEvent)
instead |
com.google.gwt.user.client.ui.ChangeListener.onChange(Widget)
See the deprecation message on this interface for details |
com.google.gwt.user.client.ui.ClickListener.onClick(Widget)
Use ClickHandler.onClick(com.google.gwt.event.dom.client.ClickEvent)
instead |
com.google.gwt.user.client.ui.TabBar.onClick(Widget)
add a BeforeSelectionHandler instead. Alternatively, if
you need to access to the individual tabs, add a click handler to each
TabBar.Tab element instead. |
com.google.gwt.user.client.ui.DisclosureHandler.onClose(DisclosureEvent)
Use CloseHandler
instead |
com.google.gwt.user.client.EventPreview.onEventPreview(Event)
replaced by
Event.NativePreviewHandler.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) |
com.google.gwt.user.client.ui.PopupPanel.onEventPreview(Event)
Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead |
com.google.gwt.user.client.ui.FocusListener.onFocus(Widget)
Use
FocusHandler.onFocus(com.google.gwt.event.dom.client.FocusEvent)
instead |
com.google.gwt.user.client.History.onHistoryChanged(String)
Use History.fireCurrentHistoryState() instead. |
com.google.gwt.user.client.HistoryListener.onHistoryChanged(String)
|
com.google.gwt.user.client.ui.KeyboardListener.onKeyDown(Widget, char, int)
use
KeyDownHandler.onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent)
instead |
com.google.gwt.user.client.ui.TabBar.onKeyDown(Widget, char, int)
add a key down handler to the individual TabBar.Tab objects
instead. |
com.google.gwt.user.client.ui.PopupPanel.onKeyDownPreview(char, int)
Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead |
com.google.gwt.user.client.ui.KeyboardListener.onKeyPress(Widget, char, int)
use
KeyPressHandler.onKeyPress(com.google.gwt.event.dom.client.KeyPressEvent)
instead |
com.google.gwt.user.client.ui.TabBar.onKeyPress(Widget, char, int)
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. |
com.google.gwt.user.client.ui.PopupPanel.onKeyPressPreview(char, int)
Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead |
com.google.gwt.user.client.ui.KeyboardListener.onKeyUp(Widget, char, int)
use
KeyUpHandler.onKeyUp(com.google.gwt.event.dom.client.KeyUpEvent)
instead |
com.google.gwt.user.client.ui.TabBar.onKeyUp(Widget, char, int)
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. |
com.google.gwt.user.client.ui.PopupPanel.onKeyUpPreview(char, int)
Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead |
com.google.gwt.user.client.ui.FocusListener.onLostFocus(Widget)
Use
BlurHandler.onBlur(com.google.gwt.event.dom.client.BlurEvent)
instead |
com.google.gwt.user.client.ui.DialogBox.onMouseDown(Widget, int, int)
Use DialogBox.beginDragging(com.google.gwt.event.dom.client.MouseDownEvent) and DialogBox.getCaption() instead |
com.google.gwt.user.client.ui.MouseListener.onMouseDown(Widget, int, int)
use
MouseDownHandler.onMouseDown(com.google.gwt.event.dom.client.MouseDownEvent)
instead |
com.google.gwt.user.client.ui.DialogBox.onMouseEnter(Widget)
Use HasMouseOverHandlers.addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler) instead |
com.google.gwt.user.client.ui.MouseListener.onMouseEnter(Widget)
use
MouseOverHandler.onMouseOver(com.google.gwt.event.dom.client.MouseOverEvent)
instead |
com.google.gwt.user.client.ui.DialogBox.onMouseLeave(Widget)
Use HasMouseOutHandlers.addMouseOutHandler(com.google.gwt.event.dom.client.MouseOutHandler) instead |
com.google.gwt.user.client.ui.MouseListener.onMouseLeave(Widget)
use
MouseOutHandler.onMouseOut(com.google.gwt.event.dom.client.MouseOutEvent)
instead |
com.google.gwt.user.client.ui.DialogBox.onMouseMove(Widget, int, int)
Use DialogBox.continueDragging(com.google.gwt.event.dom.client.MouseMoveEvent) and DialogBox.getCaption() instead |
com.google.gwt.user.client.ui.MouseListener.onMouseMove(Widget, int, int)
use
MouseMoveHandler.onMouseMove(com.google.gwt.event.dom.client.MouseMoveEvent)
instead |
com.google.gwt.user.client.ui.DialogBox.onMouseUp(Widget, int, int)
Use DialogBox.endDragging(com.google.gwt.event.dom.client.MouseUpEvent) and DialogBox.getCaption() instead |
com.google.gwt.user.client.ui.MouseListener.onMouseUp(Widget, int, int)
use
MouseUpHandler.onMouseUp(com.google.gwt.event.dom.client.MouseUpEvent)
instead |
com.google.gwt.user.client.ui.MouseWheelListener.onMouseWheel(Widget, MouseWheelVelocity)
use MouseWheelHandler.onMouseWheel(com.google.gwt.event.dom.client.MouseWheelEvent)
instead |
com.google.gwt.user.client.ui.DisclosureHandler.onOpen(DisclosureEvent)
Use OpenHandler instead |
com.google.gwt.user.client.ui.MenuBar.onPopupClosed(PopupPanel, boolean)
Use MenuBar.addCloseHandler(CloseHandler) instead |
com.google.gwt.user.client.ui.PopupListener.onPopupClosed(PopupPanel, boolean)
use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent)
instead |
com.google.gwt.user.client.ui.FormHandler.onSubmit(FormSubmitEvent)
Use FormPanel.SubmitHandler instead |
com.google.gwt.user.client.ui.FormHandler.onSubmitComplete(FormSubmitCompleteEvent)
Use FormPanel.SubmitCompleteHandler instead |
com.google.gwt.user.client.ui.TabListener.onTabSelected(SourcesTabEvents, int)
use
TabPanel.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler)
instead |
com.google.gwt.user.client.ui.TabPanel.onTabSelected(SourcesTabEvents, int)
Use SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent) instead |
com.google.gwt.user.client.ui.TreeListener.onTreeItemSelected(TreeItem)
use
SelectionHandler.onSelection(com.google.gwt.event.logical.shared.SelectionEvent)
instead |
com.google.gwt.user.client.ui.TreeListener.onTreeItemStateChanged(TreeItem)
use
OpenHandler.onOpen(com.google.gwt.event.logical.shared.OpenEvent)
and/or
CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) |
com.google.gwt.user.cellview.client.AbstractHasData.onUpdateSelection()
this method is never called by AbstractHasData, render the
selected styles in
AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
com.google.gwt.user.client.WindowCloseListener.onWindowClosed()
|
com.google.gwt.user.client.WindowCloseListener.onWindowClosing()
|
com.google.gwt.user.client.WindowResizeListener.onWindowResized(int, int)
|
com.google.gwt.user.client.WindowScrollListener.onWindowScrolled(int, int)
|
com.google.gwt.json.client.JSONParser.parse(String)
use JSONParser.parseStrict(String) or
JSONParser.parseLenient(String) |
com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(HttpServletRequest)
Use RPCServletUtils.readContent(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String) instead. |
com.google.gwt.user.server.rpc.RPCServletUtils.readContentAsUtf8(HttpServletRequest, boolean)
Use RPCServletUtils.readContent(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String) instead. |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedChangeListener.remove(Widget, ChangeListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLogicalChangeListener.remove(Widget, ChangeListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedClickListener.remove(Widget, ClickListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener.remove(Widget, FocusListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedKeyboardListener.remove(Widget, KeyboardListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedLoadListener.remove(Widget, LoadListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseListener.remove(Widget, MouseListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedMouseWheelListener.remove(Widget, MouseWheelListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListenerWrapper.WrappedScrollListener.remove(Widget, ScrollListener)
will be removed in GWT 2.0 along with the listener classes |
com.google.gwt.user.client.ui.ListBox.removeChangeListener(ChangeListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by ListBox.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
com.google.gwt.user.client.ui.SourcesChangeEvents.removeChangeListener(ChangeListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasChangeHandlers.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler)
instead |
com.google.gwt.user.client.ui.SuggestBox.removeChangeListener(ChangeListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addChangeHandler
instead |
com.google.gwt.user.client.ui.ValueBoxBase.removeChangeListener(ChangeListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by ValueBoxBase.addChangeHandler(com.google.gwt.event.dom.client.ChangeHandler) instead |
com.google.gwt.user.client.ui.FocusPanel.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler() method on
the object returned by FocusPanel.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler() method on
the object returned by FocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.Hyperlink.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Image.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by Image.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.Label.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler() method on
the object returned by Label.addClickHandler(com.google.gwt.event.dom.client.ClickHandler) instead |
com.google.gwt.user.client.ui.SourcesClickEvents.removeClickListener(ClickListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasClickHandlers.addClickHandler(com.google.gwt.event.dom.client.ClickHandler)
instead |
com.google.gwt.user.client.ui.SuggestBox.removeClickListener(ClickListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addClickHandler
instead |
com.google.gwt.user.client.ui.DisclosurePanel.removeEventHandler(DisclosureHandler)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FiresDisclosureEvents.removeEventHandler(DisclosureHandler)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FiresSuggestionEvents.removeEventHandler(SuggestionHandler)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SuggestBox.removeEventHandler(SuggestionHandler)
Use the HandlerRegistration.removeHandler() method no the
object returned by SuggestBox.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler) instead |
com.google.gwt.user.client.DOM.removeEventPreview(EventPreview)
use HandlerRegistration
returned from
Event.addNativePreviewHandler(Event.NativePreviewHandler) |
com.google.gwt.user.client.Event.removeEventPreview(EventPreview)
use HandlerRegistration returned from
Event.addNativePreviewHandler(NativePreviewHandler) |
com.google.gwt.user.client.ui.FocusPanel.removeFocusListener(FocusListener)
Use the HandlerRegistration.removeHandler() method on
the object returned by FocusPanel.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.removeFocusListener(FocusListener)
Use the HandlerRegistration.removeHandler() method on
the object returned by FocusWidget.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.SourcesFocusEvents.removeFocusListener(FocusListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasFocusHandlers.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler)
instead |
com.google.gwt.user.client.ui.SuggestBox.removeFocusListener(FocusListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().addFocusListener
instead |
com.google.gwt.user.client.ui.Tree.removeFocusListener(FocusListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by Tree.addFocusHandler(com.google.gwt.event.dom.client.FocusHandler) instead |
com.google.gwt.user.client.ui.FiresFormEvents.removeFormHandler(FormHandler)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FormPanel.removeFormHandler(FormHandler)
Use the HandlerRegistration.removeHandler() method on the
object returned by and add*Handler method instead |
com.google.gwt.user.client.History.removeHistoryListener(HistoryListener)
|
com.google.gwt.user.client.ui.FocusPanel.removeKeyboardListener(KeyboardListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FocusWidget.removeKeyboardListener(KeyboardListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SourcesKeyboardEvents.removeKeyboardListener(KeyboardListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SuggestBox.removeKeyboardListener(KeyboardListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by SuggestBox.getTextBox() ().add*Handler instead |
com.google.gwt.user.client.ui.Tree.removeKeyboardListener(KeyboardListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Image.removeLoadListener(LoadListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SourcesLoadEvents.removeLoadListener(LoadListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasLoadHandlers.addLoadHandler(com.google.gwt.event.dom.client.LoadHandler)
instead |
com.google.gwt.user.client.ui.FocusPanel.removeMouseListener(MouseListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FocusWidget.removeMouseListener(MouseListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Image.removeMouseListener(MouseListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Label.removeMouseListener(MouseListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SourcesMouseEvents.removeMouseListener(MouseListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Tree.removeMouseListener(MouseListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.FocusPanel.removeMouseWheelListener(MouseWheelListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by FocusPanel.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.FocusWidget.removeMouseWheelListener(MouseWheelListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by FocusWidget.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.Image.removeMouseWheelListener(MouseWheelListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by Image.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.Label.removeMouseWheelListener(MouseWheelListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by Label.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler) instead |
com.google.gwt.user.client.ui.SourcesMouseWheelEvents.removeMouseWheelListener(MouseWheelListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasMouseWheelHandlers.addMouseWheelHandler(com.google.gwt.event.dom.client.MouseWheelHandler)
instead |
com.google.gwt.user.client.ui.PopupPanel.removePopupListener(PopupListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead |
com.google.gwt.user.client.ui.SourcesPopupEvents.removePopupListener(PopupListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler)
instead |
com.google.gwt.user.client.ui.ScrollPanel.removeScrollListener(ScrollListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by ScrollPanel.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler) instead |
com.google.gwt.user.client.ui.SourcesScrollEvents.removeScrollListener(ScrollListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by
HasScrollHandlers.addScrollHandler(com.google.gwt.event.dom.client.ScrollHandler)
instead |
com.google.gwt.user.client.ui.HTMLTable.removeTableListener(TableListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SourcesTableEvents.removeTableListener(TableListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.SourcesTabEvents.removeTabListener(TabListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |
com.google.gwt.user.client.ui.TabBar.removeTabListener(TabListener)
Instead use the HandlerRegistration.removeHandler()
call on the object returned by an add*Handler method |
com.google.gwt.user.client.ui.TabPanel.removeTabListener(TabListener)
Use the HandlerRegistration.removeHandler()
method on the object returned by and add*Handler method instead |
com.google.gwt.user.client.ui.SourcesTreeEvents.removeTreeListener(TreeListener)
Use the
HandlerRegistration.removeHandler()
method on the object returned by an add*Handler method instead |
com.google.gwt.user.client.ui.Tree.removeTreeListener(TreeListener)
Use the HandlerRegistration.removeHandler() method on the
object returned by an add*Handler method instead |
com.google.gwt.user.client.Window.removeWindowCloseListener(WindowCloseListener)
|
com.google.gwt.user.client.Window.removeWindowResizeListener(WindowResizeListener)
|
com.google.gwt.user.client.Window.removeWindowScrollListener(WindowScrollListener)
|
com.google.gwt.benchmarks.BenchmarkShell.runTest(String, TestCase, TestResult)
use BenchmarkShell.runTest(GWTTestCase, TestResult) instead |
com.google.gwt.user.client.ui.SuggestBox.setAnimationEnabled(boolean)
use
SuggestBox.DefaultSuggestionDisplay.setAnimationEnabled(boolean)
instead |
com.google.gwt.user.client.DOM.setAttribute(Element, String, String)
Use the more appropriately named
DOM.setElementProperty(Element, String, String) instead. |
com.google.gwt.user.client.DOM.setBooleanAttribute(Element, String, boolean)
Use the more appropriately named
DOM.setElementPropertyBoolean(Element, String, boolean)
instead. |
com.google.gwt.user.client.ui.CheckBox.setChecked(boolean)
Use CheckBox.setValue(Boolean) instead |
com.google.gwt.user.client.ui.SimpleCheckBox.setChecked(boolean)
Use SimpleCheckBox.setValue(Boolean) instead |
com.google.gwt.dom.client.StyleInjector.setContents(StyleElement, String)
The associated StyleElement cannot be implemented consistently
across all browsers |
com.google.gwt.user.client.ui.Anchor.setDirection(HasDirection.Direction)
Use Anchor.setDirectionEstimator(boolean) and / or pass explicit
direction to Anchor.setText(java.lang.String) , Anchor.setHTML(com.google.gwt.safehtml.shared.SafeHtml) instead |
com.google.gwt.user.client.ui.DirectionalTextHelper.setDirection(HasDirection.Direction)
|
com.google.gwt.user.client.ui.Label.setDirection(HasDirection.Direction)
Use LabelBase.setDirectionEstimator(boolean) and / or pass explicit
direction to Label.setText(java.lang.String) instead |
com.google.gwt.dom.client.ButtonElement.setDisabled(String)
use ButtonElement.setDisabled(boolean) instead |
com.google.gwt.user.cellview.client.CellList.setEmptyListMessage(SafeHtml)
as of GWT 2.3, use
#setEmptyDataWidget(com.google.gwt.user.client.ui.Widget)
instead |
com.google.gwt.user.client.DOM.setIntAttribute(Element, String, int)
Use the more appropriately named
DOM.setElementPropertyInt(Element, String, int) instead. |
com.google.gwt.user.client.ui.ValueBoxBase.setKey(char)
this method only works in IE and should not have been added to
the API |
com.google.gwt.user.client.ui.ListBox.setMultipleSelect(boolean)
use ListBox.ListBox(boolean) instead |
com.google.gwt.user.client.ui.SuggestBox.setPopupStyleName(String)
use SuggestBox.DefaultSuggestionDisplay.setPopupStyleName(String)
instead |
com.google.gwt.core.ext.linker.EmittedArtifact.setPrivate(boolean)
use EmittedArtifact.setVisibility(Visibility) instead |
com.google.gwt.user.client.ui.ScrollPanel.setScrollPosition(int)
as of GWT 2.3, replaced by
ScrollPanel.setVerticalScrollPosition(int) |
com.google.gwt.user.cellview.client.AbstractHasData.setSelected(Element, boolean)
this method is never called by AbstractHasData, render the
selected styles in
AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
com.google.gwt.user.cellview.client.CellList.setSelected(Element, boolean)
this method is never called by AbstractHasData, render the
selected styles in
CellList.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
com.google.gwt.user.cellview.client.CellTable.setSelected(Element, boolean)
this method is never called by AbstractHasData, render the
selected styles in
CellTable.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
com.google.gwt.user.client.ui.TextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant)
use ValueBoxBase.setAlignment(TextAlignment) |
com.google.gwt.user.client.ui.Composite.setWidget(Widget)
Use Composite.initWidget(Widget) instead |
com.google.gwt.core.client.JsDate.setYear(int)
Use JsDate.setFullYear(int) . |
com.google.gwt.core.client.JsDate.toGMTString()
Use JsDate.toUTCString() . |
com.google.gwt.user.client.DOM.windowGetClientHeight()
As of GWT 1.5, replaced by Window.getClientHeight() |
com.google.gwt.user.client.DOM.windowGetClientWidth()
As of GWT 1.5, replaced by Window.getClientWidth() |