Uses of Interface
com._1c.g5.aef2.views.IView
Packages that use IView
Package
Description
-
Uses of IView in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeClassDescriptionclassLwtView<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 IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeClassDescriptionclassAbstractHeavyCompositeWrapperView<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.classThe LWT spinner view for big decimals.classThe LWT button view.classLwtCheckableLabelView<VM extends CheckableLabelViewModel>The LWT checkable label view.classThe LWT checkbox view.classThe LWT combo view.final classThe LWT composite view.classThe LWT spinner view for doubles.classThe LWT image button view.classLwtImageComboView<VM extends ComboLabelViewModel>The LWT image combo view.classThe LWT label view.classThe LWT link view.classThe LWT spinner view for long.classThe LWT radio group view.classThe view for creating content of the scrolled composite.classThe SWT scrolled composite view.classThe LWT section view.classThe LWT separator view.classThe LWT spinner view.classThe 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 IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeClassDescriptionclassAbstractSwtSpinnerView<VM extends ControlViewModel>Abstract parent for swt views for spinners.classThe SWT spinner view for big decimals.classThe SWT button view.classSwtCheckableLabelView<VM extends CheckableLabelViewModel>The SWT checkable label view.classThe SWT checkbox view.classThe SWT combo view.classThe SWT composite view.classThe SWT spinner view for doubles.classThe SWT image button view.classSWT label view.classSWT link view.classThe SWT spinner view for long values.classThe SWT radio group view.classThe SWT scrolled composite view.classThe SWTSectionview.classThe SWT separator view.classThe SWT spinner view.classSwtStandardView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control> Base class for SWT-based standard views.classThe 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 IViewModifier and TypeMethodDescriptionprotected <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 IViewModifier and TypeClassDescriptionclassSwtView<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 IViewModifier and TypeClassDescriptionclassView<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 IViewModifier and TypeClassDescriptionclassThe SWT scrolled composite view.classThe 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 IViewModifier and TypeClassDescriptionclassLWT 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 IViewModifier and TypeClassDescriptionclassSWT conditional appearance view. -
Uses of IView in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Classes in com._1c.g5.v8.dt.internal.aggregates.ui.aef that implement IViewModifier and TypeClassDescriptionclassLwt wrap ofAggregatesSwtTableViewclassSwt based table view for Aggregates editing -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls that implement IViewModifier and TypeClassDescriptionclassThe LWT wrapper view forSwtMobileApplicationUrlsView.classThe SWT view forMobileApplicationUrlsViewModel. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality that implement IViewModifier and TypeClassDescriptionclassThe LWT wrapper view forSwtRequiredPermissionMessageView.classThe SWT view forRequiredPermissionMessageViewModel. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.aef.requiredpermissions
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.requiredpermissions that implement IViewModifier and TypeClassDescriptionclassThe LWT wrapper view forSwtDateValueView.classThe SWT view forRequiredPermissionsViewModel. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders that implement IViewModifier and TypeClassDescriptionclassThe LWT wrapper view forSwtWebSocketClientHeadersView.classThe SWT view forWebSocketClientHeadersViewModel. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that implement IViewModifier and TypeClassDescriptionclassLwtDtTreeViewextension to show and edit content of common attributes in granular editor page.classLwtWrapperViewextension to show and edit common attributes in granular editor data page.classDtTableViewextension to show and edit common attributes in granular editor data page. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics that implement IViewModifier and TypeClassDescriptionclassThe characteristics table view.classThe Lwt characteristics table view. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata that implement IViewModifier and TypeClassDescriptionclassLwtWrapperViewextension to show and edit account flags in granular editor predefined data page.classThe account flags table view.classLwtWrapperViewextension to show and edit ext dimension types in granular editor predefined data page.classThe ext dimension types table view. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that implement IViewModifier and TypeClassDescriptionclassSWT tree view for adopted common attribute content.static classLWT tree view for adopted common attribute content. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that implement IViewModifier and TypeClassDescriptionclassSWT tree view for adopted exchange plan content.static classLWT tree view for adopted exchange plan content. -
Uses of IView in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata that implement IViewModifier and TypeClassDescriptionclassSWT tree view for adopted Predefined data content.static classLWT tree view for adopted predefindet data content. -
Uses of IView in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views that implement IViewModifier and TypeClassDescriptionclassLwtWrapperViewextension to show and edit publication data separators.classDtTableViewextension to show and edit publication data separators.classLwtWrapperViewextension to show and edit publication HTTP services.classDtTableViewextension to show and edit publication HTTP services.classNotSupportedLwtView<VM extends ControlViewModel>LWT label with icon indicating that requested feature is not supported yet.classNotSupportedSwtView<VM extends ControlViewModel>SWT label with icon indicating that requested feature is not supported yet.classLwtDtTableViewextension to show and edit publication OpenID return to addresses list.classDtTableViewextension to show and edit publication OpenID return to addresses list.classSelectable label LWT view.classSelectable label SWT view.classLwtDtTableViewextension to show and edit publication web services.classDtTableViewextension to show and edit publication web services. -
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 IViewModifier and TypeClassDescriptionclassThe LWT wrapper view forSwtDateValueView.classThe Lwt empty heavy control viewclassThe LWT wrapper view forSwtNumberValueView.classPredefinedItemcode 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 IViewModifier and TypeClassDescriptionclassThe SWT view forDateValueControlViewModel.classThe SWT view forLwtEmptyHeavyView.classThe SWT view forNumberValueControlViewModel.classPredefinedItemcode 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 IViewModifier and TypeClassDescriptionclassDtTreeViewextension 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 IViewModifier and TypeClassDescriptionclassSWT tree view for the configuration standalone content.static classLWT 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 IViewModifier and TypeClassDescriptionclassSWT table view for the data exchange.static classLWT 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 IViewModifier and TypeClassDescriptionclassSWT tree view for the exchange plan content.static classLWT 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 IViewModifier and TypeClassDescriptionclassLwtDtTreeViewextension to show and edit items in granular editor predefined data page.classDtTableViewextension 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 IViewModifier and TypeClassDescriptionclassLWT view for image combo property state label UI control.classLWT view for property state label UI control.classSWT 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 IViewModifier and TypeMethodDescriptionprotected 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 IViewModifier and TypeClassDescriptionclassThe SWT scrolled composite view.classThe 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 IViewModifier and TypeClassDescriptionclassAbstractDtComboView<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.classThe DT action bar view for displaying the value (or values) in the text control.classThe LWTDtActionBarViewimplementation with an ability to show image at the left side of text box.classThe DT combo view with opportunity to specify a set of buttons that should be displayed.classThe editable DT combo view with opportunity to specify a set of buttons that should be displayed.classView for picture displaying.classThe Lwt date control viewclassThe Lwt DT table view with optional search box.classThe DT tree view with optional search box.classSpecialized LWT view for gantt chart settings dialog.classclassThe Lwt shortcut viewclassThe LWT tab folder view.classThe LWT text preview view.classThe 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 -
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 IViewModifier and TypeClassDescriptionclassAbstractDtEditorBarView<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.classThe DT action bar view for displaying the value (or values) in the text control.classThe SWTDtActionBarViewimplementation with an ability to show image at the left side of text box.classThe DT combo view with opportunity to specify a set of buttons that should be displayed.classThe DT combo view with opportunity to specify a set of buttons that should be displayed.classclassView for picture displaying.classThe DT table view with optional search box.classThe DT tree view with optional search box.classThe SWT shortcut viewclassThe SWT view forDateControlViewModel.classSpecialized SWT view for gantt chart settings dialog.classSWT nullable spinner view.classThe SWT tab folder view.classThe SWT text preview view.classThe 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 IViewModifier and TypeClassDescriptionclassThe SWT grid view.
Works withGridViewModeland reflects it to Nebula grid control. -
Uses of IView in com.e1c.g5.dt.internal.applications.ui.editor.aef.views
Classes in com.e1c.g5.dt.internal.applications.ui.editor.aef.views that implement IViewModifier and TypeClassDescriptionclassAbstractLwtWrappingView<VM extends ControlViewModel,HC extends org.eclipse.swt.widgets.Control> The abstract wrapping view for Application editor purposes.classThe LWT view that implements the Radio Group control.classThe LWT view that implements the Tree control.classThe SWT view that implements the Radio Group control.classThe SWT view that implements the Tree control. -
Uses of IView in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.views
Classes in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.views that implement IViewModifier and TypeClassDescriptionclassDistributionSupporttree lwt view wrapper.classLwt icon label view.classDistributionSupporttree swt view.classSwt icon label view.