Class Summary |
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. |
DefaultEntryPointFactory |
A default entrypoint factory that creates entrypoint instances from a given
class. |
JSListenerInfo |
Deprecated. Use IClientObject#listen(String, boolean) instead |
JSListenerType |
Deprecated. Use IClientObject#listen(String, boolean) instead |
JSVar |
Deprecated. As of RAP 1.5, the client-server protocol is based on JSON. |
JSWriter |
Deprecated. This class should not be used anymore as it writes JavaScript to
the client which is incompatible with clients other than the
default RAP webclient. |
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. |
PhaseListenerUtil |
Utility class that helps to avoid redundant implementations
of asking for the lifecycle phase of a given event. |
ProcessActionRunner |
|
UICallBack |
A utility class that provides methods to perform tasks related
to UI updates from background threads. |
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. |