Package io.jmix.flowui
Interface Actions
- All Known Implementing Classes:
ActionsImpl
public interface Actions
Factory to create actions declared as
ActionType
.- See Also:
-
Method Summary
-
Method Details
-
create
Creates an instance of an action by its type identifier.- Type Parameters:
T
- the type of the action, extendingAction
- Parameters:
actionTypeId
- the identifier of the action type- Returns:
- an instance of the specified action type
-
create
Creates an instance of a specified action type.- Type Parameters:
T
- the type of the action to be created, which must extend the Action class- Parameters:
actionTypeId
- the unique identifier of the action type to createid
- the identifier for the specific instance of the action- Returns:
- an instance of the specified action type
-