public class ServerIdHelper extends java.lang.Object implements WidgetIdWorker
| Constructor and Description |
|---|
ServerIdHelper() |
| Modifier and Type | Method and Description |
|---|---|
int |
frameIdFromWidgetId(int widgetId)
Retrieve the ID of the frame containing the widget with a given ID.
|
java.util.List<java.lang.Integer> |
getParentFrames(int widgetId)
Returns all parent frames up the root frame starting from the provided widget.
|
public int frameIdFromWidgetId(int widgetId)
frameIdFromWidgetId in interface WidgetIdWorkerwidgetId - The widget ID.public java.util.List<java.lang.Integer> getParentFrames(int widgetId)
getParentFrames in interface WidgetIdWorkerwidgetId - A widget id.