Package io.jmix.flowui.kit.component
Interface HasActions
- All Known Subinterfaces:
- EntityMultiPickerComponent<E>,- EntityPickerComponent<E>,- FragmentActions,- PickerComponent<V>,- ViewActions
- All Known Implementing Classes:
- ComboBoxPicker,- DataGrid,- EntityComboBox,- EntityPicker,- FragmentActionsImpl,- GenericFilter,- JmixGrid,- JmixKanban,- JmixMultiSelectComboBoxPicker,- JmixMultiValuePicker,- JmixTreeGrid,- JmixValuePicker,- Kanban,- MultiSelectComboBoxPicker,- MultiValuePicker,- TreeDataGrid,- ValuePicker,- ValuePickerBase,- ViewActionsImpl
public interface HasActions
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidvoidvoidremoveAction(Action action) default voidremoveAction(String id) default void
- 
Method Details- 
addAction
- 
addAction
- 
removeAction
- 
removeAction
- 
removeAllActionsdefault void removeAllActions()
- 
getActionsCollection<Action> getActions()
- 
getAction
 
-