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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.vaadin.flow.shared.RegistrationaddPropertyChangeListener(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.GridMenuIteminitComponent(Action action, com.vaadin.flow.component.grid.contextmenu.GridMenuItem component) Deprecated, for removal: This API element is subject to removal in a future version.booleansupports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.protected voidupdateIcon(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- 
GridMenuItemActionBinderpublic GridMenuItemActionBinder()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
supportspublic boolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- supportsin interface- ComponentActionsHolderBinder<com.vaadin.flow.component.grid.contextmenu.GridMenuItem>
 
 
-