Uses of Class
com._1c.g5.aef2.standard.lwt.views.AbstractHeavyWrapperView
-
-
Uses of AbstractHeavyWrapperView in com._1c.g5.aef2.standard.lwt.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.aef2.standard.lwt.views 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
LwtButtonView
The LWT button view.class
LwtCompositeView
The LWT composite view.class
LwtLinkView
The LWT link view.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. -
Uses of AbstractHeavyWrapperView in com._1c.g5.properties.ui.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.properties.ui.views Modifier and Type Class Description class
LwtPropertiesScrolledCompositeView
The SWT scrolled composite view. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.form.ui.aef.lwt.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.form.ui.aef.lwt.views Modifier and Type Class Description class
LwtConditionalAppearanceView
LWT conditional appearance view. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.aef.lwt.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.aef.lwt.views Modifier and Type Class Description class
LwtDateValueView
The LWT wrapper view forSwtDateValueView
.class
LwtNumberValueView
The LWT wrapper view forSwtNumberValueView
. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration Modifier and Type Class Description static class
ConfigurationStandaloneContentSwtTreeView.LwtWrapped
LWT tree view for the configuration standalone content. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange Modifier and Type Class Description static class
DataExchangeSwtTableView.LwtWrapped
LWT table view for the data exchange. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan Modifier and Type Class Description static class
ExchangePlanContentSwtTreeView.LwtWrapped
LWT tree view for the exchange plan content. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.editor.predefineddata Modifier and Type Class Description class
PredefinedDataLwtView
LwtDtTreeView
extension to show and edit items in granular editor predefined data page. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.properties.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.md.ui.properties.views Modifier and Type Class Description class
LwtPropertiesScrolledCompositeView
The SWT scrolled composite view. -
Uses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.ui.aef.lwt.views
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.ui.aef.lwt.views Modifier and Type Class Description 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
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 AbstractHeavyWrapperView in com._1c.g5.v8.dt.ui.aef.lwt.views.grid
Subclasses of AbstractHeavyWrapperView in com._1c.g5.v8.dt.ui.aef.lwt.views.grid Modifier and Type Class Description class
LwtGridView
The LWT grid view.
It is a wrapper of theSwtGridView
.
-