Uses of Interface
com._1c.g5.aef2.standard.viewModels.TableViewModel
Packages that use TableViewModel
Package
Description
-
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return TableViewModelModifier and TypeMethodDescriptionAefStandardFactory.createTableViewModel()
Returns a new object of class 'Table View Model'. -
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement TableViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Table View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return TableViewModel -
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TableViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseTableViewModel
(TableViewModel object) Returns the result of interpreting the object as an instance of 'Table View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls
Methods in com._1c.g5.v8.dt.internal.md.ui.aef.mobileapplicationurls with parameters of type TableViewModelModifier and TypeMethodDescriptionprotected void
SwtMobileApplicationUrlsView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality
Methods in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality with parameters of type TableViewModelModifier and TypeMethodDescriptionprotected void
SwtRequiredPermissionMessageView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders
Methods in com._1c.g5.v8.dt.internal.md.ui.aef.websocketclientheaders with parameters of type TableViewModelModifier and TypeMethodDescriptionprotected void
SwtWebSocketClientHeadersView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that return TableViewModelModifier and TypeMethodDescriptionprotected TableViewModel
CommonAttributesDataComponent.createControlViewModel()
protected TableViewModel
CommonAttributesDataComponent.createTableViewModel()
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with parameters of type TableViewModelModifier and TypeMethodDescriptionprotected void
CommonAttributesDataSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics with parameters of type TableViewModelModifier and TypeMethodDescriptionvoid
CharacteristicsTableView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) protected void
CharacteristicsTableView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata with parameters of type TableViewModelModifier and TypeMethodDescriptionvoid
PredefinedAccountAccountingFlagsSwtView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) void
PredefinedAccountExtDimensionTypesSwtView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) protected void
PredefinedAccountAccountingFlagsSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) protected void
PredefinedAccountExtDimensionTypesSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components that return TableViewModelModifier and TypeMethodDescriptionprotected TableViewModel
AbstractDynamicTableComponent.createControlViewModel()
protected TableViewModel
DataSeparatorsComponent.createControlViewModel()
protected TableViewModel
DataSeparatorsComponent.createTableViewModel()
protected TableViewModel
HttpServicesComponent.createTableViewModel()
protected TableViewModel
ReturnToComponent.createTableViewModel()
protected TableViewModel
WebServicesComponent.createTableViewModel()
-
Uses of TableViewModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.views with parameters of type TableViewModelModifier and TypeMethodDescriptionvoid
DataSeparatorsSwtView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) protected void
DataSeparatorsSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) protected void
HttpServicesSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) protected void
ReturnToSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) protected void
WebServicesSwtView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) org.eclipse.swt.widgets.Composite
DataSeparatorsSwtView.createControl
(org.eclipse.swt.widgets.Composite parent, TableViewModel viewModel) protected Collection<TableItemViewModel>
DataSeparatorsSwtView.getChecked
(TableViewer viewer, TableViewModel viewModel, TableItemViewModel itemViewModel) protected void
DataSeparatorsSwtView.handleTableItemSelection
(TableViewer viewer, TableViewModel viewModel, TableItemViewModel itemViewModel) -
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Accounting Flags View Model'.interface
A representation of the model object 'Allowed Incoming Share Request Types View Model'.interface
A representation of the model object 'Characteristics Table View Model'.interface
A representation of the model object 'Common Attributes Data View Model'.interface
A representation of the model object 'Data Exchange View Model'.interface
A representation of the model object 'Ext Dimension Types View Model'.interface
A representation of the model object 'Mobile Application Urls View Model'.interface
A representation of the model object 'Required Permission Messages View Model'.interface
A representation of the model object 'Web Socket Client Headers View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement TableViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Accounting Flags View Model'.class
An implementation of the model object 'Allowed Incoming Share Request Types View Model'.class
An implementation of the model object 'Characteristics Table View Model'.class
An implementation of the model object 'Common Attributes Data View Model'.class
An implementation of the model object 'Data Exchange View Model'.class
An implementation of the model object 'Ext Dimension Types View Model'.class
An implementation of the model object 'Mobile Application Urls View Model'.class
An implementation of the model object 'Required Permission Messages View Model'.class
An implementation of the model object 'Web Socket Client Headers View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type TableViewModelModifier and TypeMethodDescriptionMdAefSwitch.caseTableViewModel
(TableViewModel object) Returns the result of interpreting the object as an instance of 'Table View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return TableViewModelModifier and TypeMethodDescriptionprotected TableViewModel
DataExchangeComponent.createTableViewModel()
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type TableViewModelModifier and TypeMethodDescriptionvoid
DataExchangeSwtTableView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) protected void
DataExchangeSwtTableView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) -
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aefModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Data Separators View Model'.interface
A representation of the model object 'Http Services View Model'.interface
A representation of the model object 'Open Id Return To View Model'.interface
A representation of the model object 'Web Services View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.impl
Classes in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement TableViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Separators View Model'.class
An implementation of the model object 'Http Services View Model'.class
An implementation of the model object 'Open Id Return To View Model'.class
An implementation of the model object 'Web Services View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.util
Methods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type TableViewModelModifier and TypeMethodDescriptionAefSwitch.caseTableViewModel
(TableViewModel object) Returns the result of interpreting the object as an instance of 'Table View Model'. -
Uses of TableViewModel in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type TableViewModelModifier and TypeClassDescriptionclass
DtDynamicTableComponent<T,
M extends IDynamicTableModel, VM extends TableViewModel, P extends IStructuredParameterization> Abstract implementation of the table component that operates withIDynamicTableModel
. -
Uses of TableViewModel in com._1c.g5.v8.dt.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type TableViewModelModifier and TypeMethodDescriptionprotected void
DtTableView.activateContexts
(TableViewModel viewModel) Activates view model contexts.void
DtTableView.bind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl) protected void
DtTableView.createColumns
(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider) Create columns for the table.org.eclipse.swt.widgets.Composite
DtTableView.createControl
(org.eclipse.swt.widgets.Composite parent, TableViewModel viewModel) protected TableViewer
DtTableView.createTable
(org.eclipse.swt.widgets.Composite parent, TableViewModel viewModel) Create table viewer according to the given AEF table view model.protected DtTableViewProvider
DtTableView.createTableViewProvider
(TableViewer tableViewer, TableViewModel viewModel) Creates table view provider.protected void
DtTableView.deactivateContexts
(TableViewModel viewModel) Deactivates view model contexts.protected Collection<TableItemViewModel>
DtTableView.getChecked
(TableViewer viewer, TableViewModel viewModel, TableItemViewModel itemViewModel) Returns checked elements in the table viewer.protected void
DtTableView.handleEventChannelEvent
(IEvent event, TableViewModel viewModel, org.eclipse.swt.widgets.Composite control) protected void
DtTableView.handleTableItemSelection
(TableViewer viewer, TableViewModel viewModel, TableItemViewModel itemViewModel) Handle table item selection.void
DtTableView.unbind
(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)