Uses of Interface
com._1c.g5.aef2.standard.viewModels.TableViewModel
- 
- 
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return TableViewModel Modifier and Type Method Description TableViewModelAefStandardFactory. createTableViewModel()Returns a new object of class 'Table View Model'.
- 
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement TableViewModel Modifier and Type Class Description classTableViewModelImplAn 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 TableViewModelAefStandardFactoryImpl. createTableViewModel()
- 
Uses of TableViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TableViewModel Modifier and Type Method Description T1AefStandardSwitch. 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.viewModelsSubinterfaces of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceAccountingFlagsViewModelA representation of the model object 'Accounting Flags View Model'.interfaceCharacteristicsTableViewModelA representation of the model object 'Characteristics Table View Model'.interfaceCommonAttributesDataViewModelA representation of the model object 'Common Attributes Data View Model'.interfaceDataExchangeViewModelA representation of the model object 'Data Exchange View Model'.interfaceExtDimensionTypesViewModelA representation of the model object 'Ext Dimension Types View Model'.interfaceMobileApplicationUrlsViewModelA representation of the model object 'Mobile Application Urls View Model'.interfaceRequiredPermissionMessagesViewModelA representation of the model object 'Required Permission Messages View Model'.
- 
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement TableViewModel Modifier and Type Class Description classAccountingFlagsViewModelImplAn implementation of the model object 'Accounting Flags View Model'.classCharacteristicsTableViewModelImplAn implementation of the model object 'Characteristics Table View Model'.classCommonAttributesDataViewModelImplAn implementation of the model object 'Common Attributes Data View Model'.classDataExchangeViewModelImplAn implementation of the model object 'Data Exchange View Model'.classExtDimensionTypesViewModelImplAn implementation of the model object 'Ext Dimension Types View Model'.classMobileApplicationUrlsViewModelImplAn implementation of the model object 'Mobile Application Urls View Model'.classRequiredPermissionMessagesViewModelImplAn implementation of the model object 'Required Permission Messages View Model'.
- 
Uses of TableViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type TableViewModel Modifier and Type Method Description T1MdAefSwitch. 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.dataexchangeMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return TableViewModel Modifier and Type Method Description protected TableViewModelDataExchangeComponent. createTableViewModel()Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type TableViewModel Modifier and Type Method Description voidDataExchangeSwtTableView. bind(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)protected voidDataExchangeSwtTableView. createColumns(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider)
- 
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aefSubinterfaces of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef Modifier and Type Interface Description interfaceDataSeparatorsViewModelA representation of the model object 'Data Separators View Model'.interfaceHttpServicesViewModelA representation of the model object 'Http Services View Model'.interfaceOpenIdReturnToViewModelA representation of the model object 'Open Id Return To View Model'.interfaceWebServicesViewModelA representation of the model object 'Web Services View Model'.
- 
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.implClasses in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement TableViewModel Modifier and Type Class Description classDataSeparatorsViewModelImplAn implementation of the model object 'Data Separators View Model'.classHttpServicesViewModelImplAn implementation of the model object 'Http Services View Model'.classOpenIdReturnToViewModelImplAn implementation of the model object 'Open Id Return To View Model'.classWebServicesViewModelImplAn implementation of the model object 'Web Services View Model'.
- 
Uses of TableViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.utilMethods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type TableViewModel Modifier and Type Method Description TAefSwitch. 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.componentClasses in com._1c.g5.v8.dt.ui.aef.component with type parameters of type TableViewModel Modifier and Type Class Description classDtDynamicTableComponent<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.viewsMethods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type TableViewModel Modifier and Type Method Description protected voidDtTableView. activateContexts(TableViewModel viewModel)Activates view model contexts.voidDtTableView. bind(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)protected voidDtTableView. createColumns(TableViewModel viewModel, TableViewer tableViewer, CellLabelProvider labelProvider)Create columns for the table.org.eclipse.swt.widgets.CompositeDtTableView. createControl(org.eclipse.swt.widgets.Composite parent, TableViewModel viewModel)protected TableViewerDtTableView. createTable(org.eclipse.swt.widgets.Composite parent, TableViewModel viewModel)Create table viewer according to the given AEF table view model.protected DtTableViewProviderDtTableView. createTableViewProvider(TableViewer tableViewer, TableViewModel viewModel)Creates table view provider.protected voidDtTableView. 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 voidDtTableView. handleEventChannelEvent(IEvent event, TableViewModel viewModel, org.eclipse.swt.widgets.Composite control)protected voidDtTableView. handleTableItemSelection(TableViewer viewer, TableViewModel viewModel, TableItemViewModel itemViewModel)Handle table item selection.voidDtTableView. unbind(TableViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)
 
-