|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WidgetAdapter
Instances of this interface provide RWT specific operations on widgets. They are used to preserve the state of a widget.
RemoteObject
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 value
null
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
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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