Class LwtSeparatorView
- 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<SeparatorViewModel,LightSeparator>
-
- com._1c.g5.aef2.standard.lwt.views.LwtSeparatorView
-
- All Implemented Interfaces:
IView<LwtRenderingParameters,SeparatorViewModel,LightSeparator>
public class LwtSeparatorView extends AbstractLwtStandardView<SeparatorViewModel,LightSeparator>
The LWT separator view.
-
-
Constructor Summary
Constructors Constructor Description LwtSeparatorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LightSeparator
createControl(ILightComposite parent, SeparatorViewModel viewModel)
Creates a light control for the view without decorations.-
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
-
createControl
protected LightSeparator createControl(ILightComposite parent, SeparatorViewModel viewModel)
Description copied from class:AbstractLwtStandardView
Creates a light control for the view without decorations.- Specified by:
createControl
in classAbstractLwtStandardView<SeparatorViewModel,LightSeparator>
- Parameters:
parent
- the parent light composite.viewModel
- the view mode to create a control for.- Returns:
- the newly created control.
-
-