Class AbstractHeavyCompositeWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Composite>
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,SwtLightComposite,NC>
com._1c.g5.aef2.standard.lwt.views.AbstractHeavyCompositeWrapperView<VM,NC>
- All Implemented Interfaces:
IView<LwtRenderingParameters,
VM, SwtLightComposite>
- Direct Known Subclasses:
LwtCompositeView
,LwtScrolledCompositeContentView
,LwtScrolledCompositeView
,LwtSectionView
public abstract class AbstractHeavyCompositeWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Composite>
extends AbstractHeavyWrapperView<VM,SwtLightComposite,NC>
Basic class for light composites. It gives an opportunity to create light and heavy composite.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SwtLightComposite
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
-
AbstractHeavyCompositeWrapperView
public AbstractHeavyCompositeWrapperView()
-
-
Method Details
-
wrapHeavyControl
Description copied from class:AbstractHeavyWrapperView
Wraps heavy control into light control.- Specified by:
wrapHeavyControl
in classAbstractHeavyWrapperView<VM extends ControlViewModel,
SwtLightComposite, NC extends org.eclipse.swt.widgets.Composite> - Parameters:
control
- the native control.- Returns:
- light control.
-