Class JmixValuePickerActionSupport

java.lang.Object
io.jmix.flowui.kit.component.delegate.AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport
io.jmix.flowui.component.valuepicker.JmixValuePickerActionSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Scope("prototype") @Component("flowui_JmixValuePickerActionSupport") public class JmixValuePickerActionSupport extends ValuePickerActionSupport implements org.springframework.context.ApplicationContextAware
  • Field Details

    • applicationContext

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

    • JmixValuePickerActionSupport

      public JmixValuePickerActionSupport(C component)
    • JmixValuePickerActionSupport

      public JmixValuePickerActionSupport(C component, String actionsSlot, String hasActionsAttribute)
  • 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
    • attachAction

      protected void attachAction(Action action)
      Overrides:
      attachAction in class AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
    • detachAction

      protected void detachAction(Action action)
      Overrides:
      detachAction in class AbstractActionsHolderSupport<com.vaadin.flow.component.Component>
    • createButton

      protected ValuePickerButton createButton()
      Overrides:
      createButton in class ValuePickerActionSupport