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 boolean
LwtRenderer. viewCanBeReused(IView<?,?,?> view, IViewModel oldViewModel, IViewModel newViewModel)
Checks if the specified view associated with theoldViewModel
can 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 class
LwtView<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 class
AbstractHeavyCompositeWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Composite>
Basic class for light composites.class
AbstractHeavyControlWrapperView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
Base class for views that produces the heavy native SWT control.class
AbstractHeavyWrapperView<VM extends ControlViewModel,LC extends SwtLightControl,NC extends org.eclipse.swt.widgets.Control>
Base class for views that produces the heavy native SWT control.class
AbstractLwtSpinnerView<VM extends ControlViewModel,LC extends AbstractLightSpinner<?>>
Abstract parent for lwt views for spinners.class
AbstractLwtStandardView<VM extends ControlViewModel,LC extends ILightControl>
Base class for LWT-based standard views.class
LwtBigDecimalSpinnerView
The LWT spinner view for big decimals.class
LwtButtonView
The LWT button view.class
LwtCheckableLabelView<VM extends CheckableLabelViewModel>
The LWT checkable label view.class
LwtCheckboxView
The LWT checkbox view.class
LwtComboView
The LWT combo view.class
LwtCompositeView
The LWT composite view.class
LwtDoubleSpinnerView
The LWT spinner view for doubles.class
LwtImageButtonView
The LWT image button view.class
LwtImageComboView<VM extends ComboLabelViewModel>
The LWT image combo view.class
LwtLabelView
The LWT label view.class
LwtLinkView
The LWT link view.class
LwtLongSpinnerView
The LWT spinner view for long.class
LwtRadioGroupView
The LWT radio group view.class
LwtScrolledCompositeContentView
The view for creating content of the scrolled composite.class
LwtScrolledCompositeView
The SWT scrolled composite view.class
LwtSectionView
The LWT section view.class
LwtSeparatorView
The LWT separator view.class
LwtSpinnerView
The LWT spinner view.class
LwtTextView
The 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 class
AbstractSwtSpinnerView<VM extends ControlViewModel>
Abstract parent for swt views for spinners.class
SwtBigDecimalSpinnerView
The SWT spinner view for big decimals.class
SwtButtonView
The SWT button view.class
SwtCheckableLabelView<VM extends CheckableLabelViewModel>
The SWT checkable label view.class
SwtCheckBoxView
The SWT checkbox view.class
SwtComboView
The SWT combo view.class
SwtCompositeView
The SWT composite view.class
SwtDoubleSpinnerView
The SWT spinner view for doubles.class
SwtImageButtonView
The SWT image button view.class
SwtLabelView
SWT label view.class
SwtLinkView
SWT link view.class
SwtLongSpinnerView
The SWT spinner view for long values.class
SwtRadioGroupView
The SWT radio group view.class
SwtScrolledCompositeView
The SWT scrolled composite view.class
SwtSectionView
The SWTSection
view.class
SwtSeparatorView
The SWT separator view.class
SwtSpinnerView
The SWT spinner view.class
SwtStandardView<VM extends ControlViewModel,NC extends org.eclipse.swt.widgets.Control>
Base class for SWT-based standard views.class
SwtTextView
The 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 class
SwtView<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 class
View<P extends IRenderingParameters,VM extends IControlViewModel,NC>
BaseIView
implementation. -
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 class
LwtPropertiesScrolledCompositeView
The SWT scrolled composite view.class
SwtPropertiesScrolledCompositeView
The 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 class
LwtConditionalAppearanceView
LWT 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 class
SwtConditionalAppearanceView
SWT 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 class
LwtDateValueView
The LWT wrapper view forSwtDateValueView
.class
LwtNumberValueView
The LWT wrapper view forSwtNumberValueView
.class
LwtPredefinedItemCodeView
PredefinedItem
code 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 class
SwtDateValueView
The SWT view forDateValueControlViewModel
.class
SwtNumberValueView
The SWT view forNumberValueControlViewModel
.class
SwtPredefinedItemCodeView
PredefinedItem
code 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 class
CommonAttributeContentSwtView
DtTreeView
extension 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 class
ConfigurationStandaloneContentSwtTreeView
SWT tree view for the configuration standalone content.static class
ConfigurationStandaloneContentSwtTreeView.LwtWrapped
LWT 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 class
DataExchangeSwtTableView
SWT table view for the data exchange.static class
DataExchangeSwtTableView.LwtWrapped
LWT 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 class
ExchangePlanContentSwtTreeView
SWT tree view for the exchange plan content.static class
ExchangePlanContentSwtTreeView.LwtWrapped
LWT 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 class
PredefinedDataLwtView
LwtDtTreeView
extension to show and edit items in granular editor predefined data page.class
PredefinedDataSwtView
DtTableView
extension 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 class
LwtComboMdPropertyStateView
LWT view for image combo property state label UI control.class
LwtMdPropertyStateView
LWT view for property state label UI control.class
SwtMdPropertyStateView
SWT 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 boolean
LwtPropertyPaletteRenderer. 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 class
LwtPropertiesScrolledCompositeView
The SWT scrolled composite view.class
SwtPropertiesScrolledCompositeView
The 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 class
AbstractDtComboView<VM extends SelectViewModel>
The abstract DT combo view implementation.class
AbstractDtSelectView<VM extends SelectViewModel,LC extends ILightControl>
Base class for controls with feasible buttons in action bar.class
DtActionBarView
The DT action bar view for displaying the value (or values) in the text control.class
DtColorActionBarView
The LWTDtActionBarView
implementation with an ability to show image at the left side of text box.class
DtComboSelectView
The DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtEditableComboView
The editable DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtPictureView
View for picture displaying.class
LwtDateControlView
The Lwt date control viewclass
LwtDtTableView
The Lwt DT table view with optional search box.class
LwtDtTreeView
The DT tree view with optional search box.class
LwtGanttChartScalingView
Specialized LWT view for gantt chart settings dialog.class
LwtNullableSpinnerView
class
LwtShortcutView
The Lwt shortcut viewclass
LwtTabFolderView
The LWT tab folder view.class
LwtTextPreviewView
The LWT text preview view.class
LwtToolBarView
The LWT Toolbar view.class
LwtWrapperView<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 class
LwtGridView
The 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 class
AbstractDtEditorBarView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Control>
The SWT view basic for views that representsActionBar
with arbitrary editor at the left side.class
AbstractDtSelectView<VM extends SelectViewModel,NC extends org.eclipse.swt.widgets.Composite>
Base class for controls with feasible buttons in action bar.class
DtActionBarView
The DT action bar view for displaying the value (or values) in the text control.class
DtColorActionBarView
The SWTDtActionBarView
implementation with an ability to show image at the left side of text box.class
DtComboSelectView
The DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtEditableComboView
The DT combo view with opportunity to specify a set of buttons that should be displayed.class
DtLabelView
class
DtPictureView
View for picture displaying.class
DtTableView
The DT table view with optional search box.class
DtTreeView
The DT tree view with optional search box.class
ShortcutView
The SWT shortcut viewclass
SwtDateControlView
The SWT view forDateControlViewModel
.class
SwtGanttChartScalingView
Specialized SWT view for gantt chart settings dialog.class
SwtNullableSpinnerView
SWT nullable spinner view.class
SwtTabFolderView
The SWT tab folder view.class
SwtTextPreviewView
The SWT text preview view.class
SwtToolBarView
The 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 class
SwtGridView
The SWT grid view.
Works withGridViewModel
and reflects it to Nebula grid control.
-