Package io.jmix.flowui.action.binder
Class ActionBinderUtils
java.lang.Object
io.jmix.flowui.action.binder.ActionBinderUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidrefreshShortcutCombinationProperty(com.vaadin.flow.component.ClickNotifier component, KeyCombination newShortcutCombination, KeyCombination oldShortcutCombination, List<com.vaadin.flow.shared.Registration> registrations)  
- 
Constructor Details
- 
ActionBinderUtils
public ActionBinderUtils() 
 - 
 - 
Method Details
- 
refreshShortcutCombinationProperty
public static void refreshShortcutCombinationProperty(com.vaadin.flow.component.ClickNotifier component, @Nullable KeyCombination newShortcutCombination, @Nullable KeyCombination oldShortcutCombination, List<com.vaadin.flow.shared.Registration> registrations)  
 -