@Deprecated
public interface WidgetAdapter
RemoteObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Deprecated.
Returns the id that identifies the widget on the client.
|
Widget |
getParent()
Deprecated.
Returns the parent given to the widget constructor.
|
java.lang.Object |
getPreserved(java.lang.String propertyName)
Deprecated.
Returns the preserved value for a specified key.
|
boolean |
isInitialized()
Deprecated.
Indicates whether this widget has been initialized already.
|
void |
markDisposed(Widget widget)
Deprecated.
Notifies the receiver that the given
widget has been disposed of. |
void |
preserve(java.lang.String propertyName,
java.lang.Object value)
Deprecated.
Preserves a specified value for a specified key.
|
java.lang.String getId()
Widget getParent()
boolean isInitialized()
true
if this widget has already been initialized, false
otherwisevoid preserve(java.lang.String propertyName, java.lang.Object value)
preserveValues
.propertyName
- the key to map the preserved value tovalue
- the value to preservejava.lang.Object getPreserved(java.lang.String propertyName)
propertyName
- the key for the preserved valuenull
if there is no value preserved for this keyvoid markDisposed(Widget widget)
widget
has been disposed of.widget
- the widget that has been disposed of
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