Class GridMenuItemActionSupport
java.lang.Object
io.jmix.flowui.kit.component.grid.GridMenuItemActionSupport
- Direct Known Subclasses:
- DataGridMenuItemActionSupport
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Actionprotected com.vaadin.flow.shared.Registrationprotected final GridMenuItemActionWrapper<?>protected booleanprotected com.vaadin.flow.shared.Registration
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.vaadin.flow.component.ComponentcreateShortcutComponent(KeyCombination keyCombination) protected booleanprotected booleanprotected voidprotected voidvoidvoidprotected void
- 
Field Details
- 
action
- 
overrideComponentPropertiesprotected boolean overrideComponentProperties
- 
registrationprotected com.vaadin.flow.shared.Registration registration
- 
actionPropertyChangeRegistrationprotected com.vaadin.flow.shared.Registration actionPropertyChangeRegistration
 
- 
Constructor Details- 
GridMenuItemActionSupport
 
- 
- 
Method Details- 
getAction
- 
setAction
- 
setAction
- 
isShowActionIconEnabledprotected boolean isShowActionIconEnabled()
- 
isShowActionShortcutEnabledprotected boolean isShowActionShortcutEnabled()
- 
createShortcutComponent@Nullable protected com.vaadin.flow.component.Component createShortcutComponent(@Nullable KeyCombination keyCombination) 
- 
updateVisibleprotected void updateVisible()
- 
removeRegistrationsprotected void removeRegistrations()
- 
propertyChangeEventListener
 
-