public final class WidgetUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getId(Widget widget)
Returns the protocol ID of the given widget.
|
static void |
registerDataKeys(java.lang.String... keys)
Adds keys to the list of widget data keys to be synchronized with the client.
|
public static java.lang.String getId(Widget widget)
widget
- the widget to obtain the id for, must not be null
widget
public static void registerDataKeys(java.lang.String... keys)
keys
- The keys to add to the list.Widget.setData(String, Object)
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0