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 Summary
Modifier and TypeMethodDescriptiondefault void
void
void
removeAction
(Action action) default void
removeAction
(String id) default void
-
Method Details
-
addAction
-
addAction
-
removeAction
-
removeAction
-
removeAllActions
default void removeAllActions() -
getActions
Collection<Action> getActions() -
getAction
-