Interface HasActions

All Known Subinterfaces:
EntityPickerComponent<E>, PickerComponent<V>, ScreenActions
All Known Implementing Classes:
ComboBoxPicker, DataGrid, EntityComboBox, EntityPicker, JmixGrid, JmixTreeGrid, JmixValuePicker, JmixValuesPicker, ScreenActionsImpl, TreeDataGrid, ValuePicker, ValuePickerBase, ValuesPicker

public interface HasActions
  • Method Details

    • addAction

      default void addAction(Action action)
    • addAction

      void addAction(Action action, int index)
    • removeAction

      void removeAction(Action action)
    • removeAction

      default void removeAction(String id)
    • removeAllActions

      default void removeAllActions()
    • getActions

      Collection<Action> getActions()
    • getAction

      @Nullable Action getAction(String id)