@API(status=EXPERIMENTAL)
public interface UserActionFactory
A facility that creates commonly used
UserAction
s.- Since:
- 3.0-ALPHA-5
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreateViewActionFor
(Object presentation) Creates an action that shows the given presentation in a panel group.
-
Method Details
-
createViewActionFor
@Nonnull UserActionFactory.UserActionParameters.UserActionParametersBuilder createViewActionFor(@Nonnull Object presentation) Creates an action that shows the given presentation in a panel group. The action only works if a message bus is installed on the system.- Parameters:
presentation
- the presentation- Returns:
- a fluent builder
- Since:
- 3.0-ALPHA-5
-