public interface IWidget extends IWidgetCommon, IDisposeObservable
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the widgets.
|
IWidget |
getParent()
Gets the parent of the widget
|
IWidget |
getRoot()
Gets the root widget of the widget
If the widget is a composed widget, the root widget
of the composed widget will be returned.
|
boolean |
isDisposed()
Checks if a widget is disposed
|
getUiReference, isEnabled, setEnabled
addDisposeListener, removeDisposeListener
IWidget getParent()
IWidget getRoot()
void dispose()
boolean isDisposed()
Siehe auch Jowidgets Nutzerhandbuch