@Deprecated
public interface WidgetLifeCycleAdapter
AbstractWidgetLCA
instead.AbstractWidgetLCA
,
WidgetLCAUtil
,
RemoteObject
Modifier and Type | Method and Description |
---|---|
void |
preserveValues(Widget widget)
Deprecated.
Preserves the current state of the widget in order to be able to keep track of changes.
|
void |
readData(Widget widget)
Deprecated.
Reads changes for this widget from the message that has been received from the client.
|
void |
render(Widget widget)
Deprecated.
Renders the changes that have been made to this widget to the message that will be sent to the
client.
|
void readData(Widget widget)
widget
- the widget to be processedvoid preserveValues(Widget widget)
Implementors can use the method WidgetAdapter.preserve(String, Object)
. As a rule of
thumb, every property that is written in render
must be preserved in this method.
widget
- the widget to be processedvoid render(Widget widget) throws java.io.IOException
widget
- the widget to render changes forjava.io.IOException
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0