Class GridMenuItemActionBinder
java.lang.Object
io.jmix.flowui.action.binder.component.GridMenuItemActionBinder
- All Implemented Interfaces:
ComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
@Deprecated(since="2.2",
forRemoval=true)
@Component("flowui_GridMenuItemActionBinder")
@Order(1000)
public class GridMenuItemActionBinder
extends Object
implements ComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.Registration
addPropertyChangeListener
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) Deprecated, for removal: This API element is subject to removal in a future version.<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) Deprecated, for removal: This API element is subject to removal in a future version.protected com.vaadin.flow.component.grid.contextmenu.GridMenuItem
initComponent
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) Deprecated, for removal: This API element is subject to removal in a future version.boolean
supports
(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.protected void
updateIcon
(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
GridMenuItemActionBinder
public GridMenuItemActionBinder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
supports
public boolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supports
in interfaceComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
-