Class ValuePickerImpl.WebValuePickerActionHandler

java.lang.Object
io.jmix.ui.component.impl.ValuePickerImpl.WebValuePickerActionHandler
All Implemented Interfaces:
com.vaadin.event.Action.Handler, Serializable
Enclosing class:
ValuePickerImpl<V>

public class ValuePickerImpl.WebValuePickerActionHandler extends Object implements com.vaadin.event.Action.Handler
See Also:
  • Field Details

    • modifiers

      protected int[] modifiers
    • actionsMap

      protected Map<com.vaadin.event.ShortcutAction,Action> actionsMap
    • shortcuts

      protected List<com.vaadin.event.Action> shortcuts
    • orderedShortcuts

      protected List<com.vaadin.event.ShortcutAction> orderedShortcuts
    • actionList

      protected List<Action> actionList
  • Constructor Details

  • Method Details

    • getActions

      public com.vaadin.event.Action[] getActions(Object target, Object sender)
      Specified by:
      getActions in interface com.vaadin.event.Action.Handler
    • addAction

      public void addAction(Action action, int index)
    • removeAction

      public void removeAction(Action action)
    • updateOrderedShortcuts

      protected void updateOrderedShortcuts()
    • handleAction

      public void handleAction(com.vaadin.event.Action action, Object sender, Object target)
      Specified by:
      handleAction in interface com.vaadin.event.Action.Handler