Uses of Class
com._1c.g5.aef2.standard.events.HotkeyRefreshEvent
-
Packages that use HotkeyRefreshEvent Package Description com._1c.g5.v8.dt.ui.aef.lwt.views com._1c.g5.v8.dt.ui.aef.swt.views -
-
Uses of HotkeyRefreshEvent in com._1c.g5.v8.dt.ui.aef.lwt.views
Methods in com._1c.g5.v8.dt.ui.aef.lwt.views with parameters of type HotkeyRefreshEvent Modifier and Type Method Description protected void
AbstractDtComboView. processHotkeyRefresh(HotkeyRefreshEvent event, LightEditorBar<LightText> lightControl, VM viewModel)
protected void
AbstractDtSelectView. processHotkeyRefresh(HotkeyRefreshEvent event, LightEditorBar<LC> lightControl, VM viewModel)
-
Uses of HotkeyRefreshEvent 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 HotkeyRefreshEvent Modifier and Type Method Description protected void
AbstractDtSelectView. processHotkeyRefresh(HotkeyRefreshEvent event, NC nativeControl, VM viewModel)
protected void
DtComboSelectView. processHotkeyRefresh(HotkeyRefreshEvent event, ValueComboChooser nativeControl, ComboSelectViewModel viewModel)
protected void
DtEditableComboView. processHotkeyRefresh(HotkeyRefreshEvent event, ValueComboChooser nativeControl, EditableComboViewModel viewModel)
-