public class WidgetToolbox extends Object
Modifier and Type | Method and Description |
---|---|
static void |
onAttach(Widget<?,?> widget)
Allow the access to the onAttach method.
|
static void |
onDetach(Widget<?,?> widget)
Allow the access to the onAttach method.
|
static void |
setParent(Widget<?,?> widget,
Widget<?,?> parent)
Allow the access to the setParent method.
|
public static void onAttach(Widget<?,?> widget)
widget
- the widget on which the onAttach method will be invokedpublic static void onDetach(Widget<?,?> widget)
widget
- the widget on which the onDetach method will be invokedCopyright © 2018 Xalys. All rights reserved.