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 Constructor Description AbstractHeavyCompositeWrapperView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
wrapHeavyControl
protected SwtLightComposite wrapHeavyControl(NC control)
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.
-
-