Uses of Interface
com._1c.g5.aef2.standard.viewModels.TableViewModel
-
-
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return TableViewModel Modifier and Type Method Description TableViewModel
AefStandardFactory. 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 TableViewModel Modifier and Type Class Description class
TableViewModelImpl
An implementation of the model object 'Table View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return TableViewModel Modifier and Type Method Description TableViewModel
AefStandardFactoryImpl. createTableViewModel()
-
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TableViewModel Modifier and Type Method Description T1
AefStandardSwitch. 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.aef.viewModels
Subinterfaces of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interface
AccountingFlagsViewModel
A representation of the model object 'Accounting Flags View Model'.interface
CharacteristicsTableViewModel
A representation of the model object 'Characteristics Table View Model'.interface
CommonAttributesDataViewModel
A representation of the model object 'Common Attributes Data View Model'.interface
DataExchangeViewModel
A representation of the model object 'Data Exchange View Model'.interface
ExtDimensionTypesViewModel
A representation of the model object 'Ext Dimension Types View Model'.interface
MobileApplicationUrlsViewModel
A representation of the model object 'Mobile Application Urls View Model'.interface
RequiredPermissionMessagesViewModel
A representation of the model object 'Required Permission Messages 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 TableViewModel Modifier and Type Class Description class
AccountingFlagsViewModelImpl
An implementation of the model object 'Accounting Flags View Model'.class
CharacteristicsTableViewModelImpl
An implementation of the model object 'Characteristics Table View Model'.class
CommonAttributesDataViewModelImpl
An implementation of the model object 'Common Attributes Data View Model'.class
DataExchangeViewModelImpl
An implementation of the model object 'Data Exchange View Model'.class
ExtDimensionTypesViewModelImpl
An implementation of the model object 'Ext Dimension Types View Model'.class
MobileApplicationUrlsViewModelImpl
An implementation of the model object 'Mobile Application Urls View Model'.class
RequiredPermissionMessagesViewModelImpl
An implementation of the model object 'Required Permission Messages 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 TableViewModel Modifier and Type Method Description T1
MdAefSwitch. 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 TableViewModel Modifier and Type Method Description protected TableViewModel
DataExchangeComponent. createTableViewModel()
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type TableViewModel Modifier and Type Method Description void
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.aef Modifier and Type Interface Description interface
DataSeparatorsViewModel
A representation of the model object 'Data Separators View Model'.interface
HttpServicesViewModel
A representation of the model object 'Http Services View Model'.interface
OpenIdReturnToViewModel
A representation of the model object 'Open Id Return To View Model'.interface
WebServicesViewModel
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 TableViewModel Modifier and Type Class Description class
DataSeparatorsViewModelImpl
An implementation of the model object 'Data Separators View Model'.class
HttpServicesViewModelImpl
An implementation of the model object 'Http Services View Model'.class
OpenIdReturnToViewModelImpl
An implementation of the model object 'Open Id Return To View Model'.class
WebServicesViewModelImpl
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 TableViewModel Modifier and Type Method Description T
AefSwitch. 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 TableViewModel Modifier and Type Class Description class
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 TableViewModel Modifier and Type Method Description protected 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)
-