Class GridMenuItemActionBinder
java.lang.Object
io.jmix.flowui.action.binder.component.GridMenuItemActionBinder
- All Implemented Interfaces:
ComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
@Component("flowui_GridMenuItemActionBinder")
@Order(1000)
public class GridMenuItemActionBinder
extends Object
implements ComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.Registration
addPropertyChangeListener
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) <H extends com.vaadin.flow.component.Component,
A extends Action>
ActionsHolderBinding<H,A, com.vaadin.flow.component.grid.contextmenu.GridMenuItem> bind
(ActionBinder<H> binder, A action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component, BiFunction<com.vaadin.flow.component.grid.contextmenu.GridMenuItem, com.vaadin.flow.component.ComponentEventListener, com.vaadin.flow.shared.Registration> actionHandler) protected com.vaadin.flow.component.grid.contextmenu.GridMenuItem
initComponent
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) boolean
supports
(com.vaadin.flow.component.Component component) protected void
updateIcon
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component)
-
Constructor Details
-
GridMenuItemActionBinder
public GridMenuItemActionBinder()
-
-
Method Details
-
supports
public boolean supports(com.vaadin.flow.component.Component component) - Specified by:
supports
in interfaceComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
-