Class LwtCompositeView
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<CompositeViewModel,org.eclipse.swt.widgets.Composite>
com._1c.g5.aef2.standard.lwt.views.LwtCompositeView
- All Implemented Interfaces:
IView<LwtRenderingParameters,CompositeViewModel, SwtLightComposite>
public final class LwtCompositeView
extends AbstractHeavyCompositeWrapperView<CompositeViewModel,org.eclipse.swt.widgets.Composite>
The LWT composite view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.CompositecreateHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel) Creates SWT control.Creates light composite.Methods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractHeavyCompositeWrapperView
wrapHeavyControlMethods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractHeavyWrapperView
createControlMethods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractLwtStandardView
bind, createLightControl, setEnabledApperanceMethods inherited from class com._1c.g5.aef2.lwt.views.LwtView
getContentControl, handleFocusEvent, isControlDisposed, setContentControl, uiAsyncExec, uiSyncExecMethods 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
-
LwtCompositeView
public LwtCompositeView()
-
-
Method Details
-
createHeavyControl
protected org.eclipse.swt.widgets.Composite createHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel) Description copied from class:AbstractHeavyWrapperViewCreates SWT control.- Specified by:
createHeavyControlin classAbstractHeavyWrapperView<CompositeViewModel,SwtLightComposite, org.eclipse.swt.widgets.Composite> - Parameters:
composite- the composite.viewModel- the view model.- Returns:
- the newly created SWT control.
-
createLightComposite
Creates light composite.- Returns:
- the
LightComposite.
-