@Named(value="net.sf.mmm.client.ui.api.widget.UiWidgetFactoryNative") public class UiWidgetFactoryNativeGwt extends AbstractUiWidgetFactoryNative
UiContext
for GWT widgets.CDI_NAME
Constructor and Description |
---|
UiWidgetFactoryNativeGwt()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected UiWidgetMainWindow |
createMainWindow() |
com.google.gwt.user.client.ui.UIObject |
getNativeWidget(UiWidgetRegular widget)
This method gets the underlying native widget of the given
regular widget . |
create, getContext, getMainWindow, register, setContext
doInitialize, doInitialized, getInitializationState, initialize
protected UiWidgetMainWindow createMainWindow()
createMainWindow
in class AbstractUiWidgetFactoryNative
UiWidgetMainWindow
for AbstractUiWidgetFactoryNative.getMainWindow()
.public com.google.gwt.user.client.ui.UIObject getNativeWidget(UiWidgetRegular widget)
regular widget
.getNativeWidget
in interface AbstractUiWidgetFactoryNative
getNativeWidget
in class AbstractUiWidgetFactoryNative
widget
- is the regular widget
to unwrap. It has to be an instance
created
by this factory.Copyright © 2001–2016 mmm-Team. All rights reserved.