Class GridContextMenuItemComponent<T>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
io.jmix.flowui.kit.component.grid.GridMenuItemActionWrapper<T>
io.jmix.flowui.component.grid.GridContextMenuItemComponent<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasSuffix, com.vaadin.flow.component.shared.HasTooltip, HasAction, Serializable, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class GridContextMenuItemComponent<T> extends GridMenuItemActionWrapper<T> implements org.springframework.context.ApplicationContextAware
See Also:
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • GridContextMenuItemComponent

      public GridContextMenuItemComponent()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • createActionSupport

      protected GridMenuItemActionSupport createActionSupport()
      Overrides:
      createActionSupport in class GridMenuItemActionWrapper<T>