Package io.jmix.flowui.kit.component
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 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
-