Uses of Interface
com._1c.g5.aef2.views.IView
-
-
Uses of IView in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IView Modifier and Type Method Description protected <VM extends IControlViewModel>
ILightControlLwtRenderer. createLightControl(IView<LwtRenderingParameters,VM,ILightControl> view, VM viewModel, ILightComposite lightComposite, int index)Creates a light control for the given view and view model.protected booleanLwtRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel)Checks if the specified view associated with theoldViewModelcan be reused for the givennewViewModel. -
Uses of IView in com._1c.g5.aef2.lwt.views
Classes in com._1c.g5.aef2.lwt.views that implement IView Modifier and Type Class Description classLwtView<VM extends IControlViewModel,LC extends ILightControl>Base class for lightweight-base views in AEF. -
Uses of IView in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers that return IView Modifier and Type Method Description protected <VM extends IControlViewModel>
IView<?,VM,NC>Renderer. createView(VM viewModel)Creates a view for a given view model consulting the view model class to view class mapping.Methods in com._1c.g5.aef2.renderers that return types with arguments of type IView Modifier and Type Method Description protected <VM extends IControlViewModel>
Class<? extends IView>Renderer. findViewClass(VM viewModel)Finds the view class for the given view model. -
Uses of IView in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IView Modifier and Type Method Description protected <VM extends IControlViewModel>
ILightControlLwtStandardRenderer. createLightControl(IView<LwtRenderingParameters,VM,ILightControl> controlView, VM viewModel, ILightComposite composite, int index) -
Uses of IView in com._1c.g5.aef2.standard.lwt.views
Classes in com._1c.g5.aef2.standard.lwt.views that implement IView Modifier and Type Class Description classAbstractHeavyCompositeWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Composite>Basic class for light composites.classAbstractHeavyControlWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>Base class for views that produces the heavy native SWT control.classAbstractHeavyWrapperView<VM extends ControlViewModel,LC extends SwtLightControl,NC extends org.eclipse.swt.widgets.Control>Base class for views that produces the heavy native SWT control.classAbstractLwtSpinnerView<VM extends ControlViewModel,LC extends AbstractLightSpinner<?>>Abstract parent for lwt views for spinners.classAbstractLwtStandardView<VM extends ControlViewModel,LC extends ILightControl>Base class for LWT-based standard views.classLwtBigDecimalSpinnerViewThe LWT spinner view for big decimals.classLwtButtonViewThe LWT button view.classLwtCheckableLabelView<VM extends CheckableLabelViewModel>The LWT checkable label view.classLwtCheckboxViewThe LWT checkbox view.classLwtComboViewThe LWT combo view.classLwtCompositeViewThe LWT composite view.classLwtDoubleSpinnerViewThe LWT spinner view for doubles.classLwtImageButtonViewThe LWT image button view.classLwtImageComboView<VM extends ComboLabelViewModel>The LWT image combo view.classLwtLabelViewThe LWT label view.classLwtLinkViewThe LWT link view.classLwtLongSpinnerViewThe LWT spinner view for long.classLwtRadioGroupViewThe LWT radio group view.classLwtScrolledCompositeContentViewThe view for creating content of the scrolled composite.classLwtScrolledCompositeViewThe SWT scrolled composite view.classLwtSectionViewThe LWT section view.classLwtSeparatorViewThe LWT separator view.classLwtSpinnerViewThe LWT spinner view.classLwtTextViewThe LWT text view. -
Uses of IView in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IView Modifier and Type Method Description protected <VM extends IControlViewModel>
org.eclipse.swt.widgets.WidgetSwtStandardRenderer. createNativeControl(IView<SwtRenderingParameters,VM,org.eclipse.swt.widgets.Widget> view, VM viewModel, org.eclipse.swt.widgets.Composite composite)Creates a native control for the given view, view model and composite. -
Uses of IView in com._1c.g5.aef2.standard.swt.views
Classes in com._1c.g5.aef2.standard.swt.views that implement IView Modifier and Type Class Description classAbstractSwtSpinnerView<VM extends ControlViewModel>Abstract parent for swt views for spinners.classSwtBigDecimalSpinnerViewThe SWT spinner view for big decimals.classSwtButtonViewThe SWT button view.classSwtCheckableLabelView<VM extends CheckableLabelViewModel>The SWT checkable label view.classSwtCheckBoxViewThe SWT checkbox view.classSwtComboViewThe SWT combo view.classSwtCompositeViewThe SWT composite view.classSwtDoubleSpinnerViewThe SWT spinner view for doubles.classSwtImageButtonViewThe SWT image button view.classSwtLabelViewSWT label view.classSwtLinkViewSWT link view.classSwtLongSpinnerViewThe SWT spinner view for long values.classSwtRadioGroupViewThe SWT radio group view.classSwtScrolledCompositeViewThe SWT scrolled composite view.classSwtSectionViewThe SWTSectionview.classSwtSeparatorViewThe SWT separator view.classSwtSpinnerViewThe SWT spinner view.classSwtStandardView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>Base class for SWT-based standard views.classSwtTextViewThe SWT text view. -
Uses of IView in com._1c.g5.aef2.swt.renderers
Methods in com._1c.g5.aef2.swt.renderers with parameters of type IView Modifier and Type Method Description protected <VM extends IControlViewModel>
org.eclipse.swt.widgets.WidgetSwtRenderer. createNativeControl(IView<SwtRenderingParameters,VM,org.eclipse.swt.widgets.Widget> view, VM viewModel, org.eclipse.swt.widgets.Composite composite)Creates a native control for the given view, view model and composite. -
Uses of IView in com._1c.g5.aef2.swt.views
Classes in com._1c.g5.aef2.swt.views that implement IView Modifier and Type Class Description classSwtView<VM extends IControlViewModel,NC extends org.eclipse.swt.widgets.Widget>Base class for SWT-based views. -
Uses of IView in com._1c.g5.aef2.views
Classes in com._1c.g5.aef2.views that implement IView Modifier and Type Class Description classView<P extends IRenderingParameters,VM extends IControlViewModel,NC>BaseIViewimplementation. -
Uses of IView in com._1c.g5.properties.ui.views
Classes in com._1c.g5.properties.ui.views that implement IView Modifier and Type Class Description classLwtPropertiesScrolledCompositeViewThe SWT scrolled composite view.classSwtPropertiesScrolledCompositeViewThe SWT scrolled composite view. -
Uses of IView in com._1c.g5.v8.dt.form.ui.aef.lwt.views
Classes in com._1c.g5.v8.dt.form.ui.aef.lwt.views that implement IView Modifier and Type Class Description classLwtConditionalAppearanceViewLWT conditional appearance view. -
Uses of IView in com._1c.g5.v8.dt.form.ui.aef.swt.views
Classes in com._1c.g5.v8.dt.form.ui.aef.swt.views that implement IView Modifier and Type Class Description classSwtConditionalAppearanceViewSWT conditional appearance view. -
Uses of IView in com._1c.g5.v8.dt.md.ui.aef.lwt.views
Classes in com._1c.g5.v8.dt.md.ui.aef.lwt.views that implement IView Modifier and Type Class Description classLwtDateValueViewThe LWT wrapper view forSwtDateValueView.classLwtNumberValueViewThe LWT wrapper view forSwtNumberValueView.classLwtPredefinedItemCodeViewPredefinedItemcode view. -
Uses of IView in com._1c.g5.v8.dt.md.ui.aef.swt.views
Classes in com._1c.g5.v8.dt.md.ui.aef.swt.views that implement IView Modifier and Type Class Description classSwtDateValueViewThe SWT view forDateValueControlViewModel.classSwtNumberValueViewThe SWT view forNumberValueControlViewModel.classSwtPredefinedItemCodeViewPredefinedItemcode SWT view. -
Uses of IView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that implement IView Modifier and Type Class Description classCommonAttributeContentSwtViewDtTreeViewextension to show and edit common attribute content. -
Uses of IView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that implement IView Modifier and Type Class Description classConfigurationStandaloneContentSwtTreeViewSWT tree view for the configuration standalone content.static classConfigurationStandaloneContentSwtTreeView.LwtWrappedLWT tree view for the configuration standalone content. -
Uses of IView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that implement IView Modifier and Type Class Description classDataExchangeSwtTableViewSWT table view for the data exchange.static classDataExchangeSwtTableView.LwtWrappedLWT table view for the data exchange. -
Uses of IView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IView Modifier and Type Class Description classExchangePlanContentSwtTreeViewSWT tree view for the exchange plan content.static classExchangePlanContentSwtTreeView.LwtWrappedLWT tree view for the exchange plan content. -
Uses of IView in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IView Modifier and Type Class Description classPredefinedDataLwtViewLwtDtTreeViewextension to show and edit items in granular editor predefined data page.classPredefinedDataSwtViewDtTableViewextension to show and edit items in granular editor predefined data page. -
Uses of IView in com._1c.g5.v8.dt.md.ui.extension.aef.views
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.views that implement IView Modifier and Type Class Description classLwtComboMdPropertyStateViewLWT view for image combo property state label UI control.classLwtMdPropertyStateViewLWT view for property state label UI control.classSwtMdPropertyStateViewSWT view for property state label UI control. -
Uses of IView in com._1c.g5.v8.dt.md.ui.properties.renderers
Methods in com._1c.g5.v8.dt.md.ui.properties.renderers with parameters of type IView Modifier and Type Method Description protected booleanLwtPropertyPaletteRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel) -
Uses of IView in com._1c.g5.v8.dt.md.ui.properties.views
Classes in com._1c.g5.v8.dt.md.ui.properties.views that implement IView Modifier and Type Class Description classLwtPropertiesScrolledCompositeViewThe SWT scrolled composite view.classSwtPropertiesScrolledCompositeViewThe SWT scrolled composite view. -
Uses of IView in com._1c.g5.v8.dt.ui.aef.lwt.views
Classes in com._1c.g5.v8.dt.ui.aef.lwt.views that implement IView Modifier and Type Class Description classAbstractDtComboView<VM extends SelectViewModel>The abstract DT combo view implementation.classAbstractDtSelectView<VM extends SelectViewModel,LC extends ILightControl>Base class for controls with feasible buttons in action bar.classDtActionBarViewThe DT action bar view for displaying the value (or values) in the text control.classDtColorActionBarViewThe LWTDtActionBarViewimplementation with an ability to show image at the left side of text box.classDtComboSelectViewThe DT combo view with opportunity to specify a set of buttons that should be displayed.classDtEditableComboViewThe editable DT combo view with opportunity to specify a set of buttons that should be displayed.classDtPictureViewView for picture displaying.classLwtDateControlViewThe Lwt date control viewclassLwtDtTableViewThe Lwt DT table view with optional search box.classLwtDtTreeViewThe DT tree view with optional search box.classLwtGanttChartScalingViewSpecialized LWT view for gantt chart settings dialog.classLwtNullableSpinnerViewclassLwtShortcutViewThe Lwt shortcut viewclassLwtTabFolderViewThe LWT tab folder view.classLwtTextPreviewViewThe LWT text preview view.classLwtToolBarViewThe LWT Toolbar view.classLwtWrapperView<V extends SwtView<VM,NC>,VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>The LWT wrapper view forSwtView. -
Uses of IView in com._1c.g5.v8.dt.ui.aef.lwt.views.grid
Classes in com._1c.g5.v8.dt.ui.aef.lwt.views.grid that implement IView Modifier and Type Class Description classLwtGridViewThe LWT grid view.
It is a wrapper of theSwtGridView. -
Uses of IView in com._1c.g5.v8.dt.ui.aef.swt.views
Classes in com._1c.g5.v8.dt.ui.aef.swt.views that implement IView Modifier and Type Class Description classAbstractDtEditorBarView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Control>The SWT view basic for views that representsActionBarwith arbitrary editor at the left side.classAbstractDtSelectView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Composite>Base class for controls with feasible buttons in action bar.classDtActionBarViewThe DT action bar view for displaying the value (or values) in the text control.classDtColorActionBarViewThe SWTDtActionBarViewimplementation with an ability to show image at the left side of text box.classDtComboSelectViewThe DT combo view with opportunity to specify a set of buttons that should be displayed.classDtEditableComboViewThe DT combo view with opportunity to specify a set of buttons that should be displayed.classDtLabelViewclassDtPictureViewView for picture displaying.classDtTableViewThe DT table view with optional search box.classDtTreeViewThe DT tree view with optional search box.classShortcutViewThe SWT shortcut viewclassSwtDateControlViewThe SWT view forDateControlViewModel.classSwtGanttChartScalingViewSpecialized SWT view for gantt chart settings dialog.classSwtNullableSpinnerViewSWT nullable spinner view.classSwtTabFolderViewThe SWT tab folder view.classSwtTextPreviewViewThe SWT text preview view.classSwtToolBarViewThe SWT toolbar view.
It works withToolBarViewModel. -
Uses of IView in com._1c.g5.v8.dt.ui.aef.swt.views.grid
Classes in com._1c.g5.v8.dt.ui.aef.swt.views.grid that implement IView Modifier and Type Class Description classSwtGridViewThe SWT grid view.
Works withGridViewModeland reflects it to Nebula grid control.
-