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 Constructor Description LwtCompositeView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.widgets.Composite
createHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel)
Creates SWT control.LightComposite
createLightComposite()
Creates light composite.-
Methods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractHeavyCompositeWrapperView
wrapHeavyControl
-
Methods inherited from class com._1c.g5.aef2.standard.lwt.views.AbstractHeavyWrapperView
createControl
-
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
-
createHeavyControl
protected org.eclipse.swt.widgets.Composite createHeavyControl(org.eclipse.swt.widgets.Composite composite, CompositeViewModel viewModel)
Description copied from class:AbstractHeavyWrapperView
Creates SWT control.- Specified by:
createHeavyControl
in classAbstractHeavyWrapperView<CompositeViewModel,SwtLightComposite,org.eclipse.swt.widgets.Composite>
- Parameters:
composite
- the composite.viewModel
- the view model.- Returns:
- the newly created SWT control.
-
createLightComposite
public LightComposite createLightComposite()
Creates light composite.- Returns:
- the
LightComposite
.
-
-