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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.RegistrationaddPropertyChangeListener(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.GridMenuIteminitComponent(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) booleansupports(com.vaadin.flow.component.Component component) protected voidupdateIcon(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:
supportsin interfaceComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
-