Class AbstractHeavyControlWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
java.lang.Object
com._1c.g5.aef2.views.View<LwtRenderingParameters,VM,LC>
com._1c.g5.aef2.lwt.views.LwtView<VM,LC>
com._1c.g5.aef2.standard.lwt.views.AbstractLwtStandardView<VM,LC>
com._1c.g5.aef2.standard.lwt.views.AbstractHeavyWrapperView<VM,SwtLightControl,NC>
com._1c.g5.aef2.standard.lwt.views.AbstractHeavyControlWrapperView<VM,NC>
- All Implemented Interfaces:
IView<LwtRenderingParameters,
VM, SwtLightControl>
- Direct Known Subclasses:
LwtButtonView
,LwtLinkView
,LwtRadioGroupView
,NotSupportedLwtView
public abstract class AbstractHeavyControlWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
extends AbstractHeavyWrapperView<VM,SwtLightControl,NC>
Base class for views that produces the heavy native SWT control.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SwtLightControl
wrapHeavyControl
(NC control) Wraps heavy control into light control.Methods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractHeavyWrapperView
createControl, createHeavyControl
Methods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractLwtStandardView
bind, createLightControl, setEnabledApperance
Methods inherited from class com._1c.g5.aef2.lwt.views.LwtView
getContentControl, handleFocusEvent, isControlDisposed, setContentControl, uiAsyncExec, uiSyncExec
Methods inherited from class com._1c.g5.aef2.views.View
bindListener, bindNativeControl, bindValue, bindValue, bindViewModel, getNativeControl, getParameters, getViewModel, handleEventChannelEvent, initialize, manageObservable, queueAndWaitEvent, queueEvent, registerEventChannelListener, unbind, unbindNativeControl, unbindViewModel, unmanageObservable, unregisterEventChannelListener
-
Constructor Details
-
AbstractHeavyControlWrapperView
public AbstractHeavyControlWrapperView()
-
-
Method Details
-
wrapHeavyControl
Description copied from class:AbstractHeavyWrapperView
Wraps heavy control into light control.- Specified by:
wrapHeavyControl
in classAbstractHeavyWrapperView<VM extends ControlViewModel,
SwtLightControl, NC extends org.eclipse.swt.widgets.Control> - Parameters:
control
- the native control.- Returns:
- light control.
-