Interface | Description |
---|---|
ILifeCycle | Deprecated
As of 2.0, PhaseListeners should only be registered in an
ApplicationConfiguration . |
IWidgetAdapter | Deprecated
Use
WidgetAdapter instead. |
PhaseListener |
An interface implemented by objects that wish to be notified at the beginning
and ending of processing for each standard phase of the request processing
lifecycle.
|
WidgetAdapter |
Instances of this interface provide RWT specific operations on widgets.
|
WidgetLifeCycleAdapter |
A stateless callback handler used by RWT to synchronize the client-side and server-side state of
a widget.
|
Class | Description |
---|---|
AbstractWidgetLCA |
Abstract implementation of a widget life cycle adapter.
|
ControlLCAUtil |
Utility class that provides a number of useful static methods to support the
implementation of life cycle adapters (LCAs) for
Control s. |
PhaseEvent |
This event is sent to the
PhaseListener before and after
a lifecycle phase is executed. |
PhaseId |
A type-safe enumeration that represents all standard life cycle phases.
|
ProcessActionRunner | |
UICallBack | Deprecated
This class will be removed in a future release.
|
WidgetLCAUtil |
Utility class that provides a number of useful static methods to support the
implementation of life cycle adapters (LCAs) for
Widget s. |
WidgetUtil |
This is a helper class to obtain different aspects for a widget
related to the handling of widgets in RAP.
|
Copyright (c) EclipseSource and others 2002, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0