Interface Action.ScreenAction<S extends Screen>

All Superinterfaces:
Action
All Known Implementing Classes:
AbstractScreenAction, EditorCloseAction, EditorCommitAction, EditorCommitAndCloseAction, EditorDiscardAction, EditorEnableEditingAction, LookupDiscardAction, LookupSelectAction, MasterDetailCancelAction, MasterDetailCommitAction, OperationResultScreenAction, ScreenCloseAction
Enclosing interface:
Action

public static interface Action.ScreenAction<S extends Screen> extends Action
  • Method Details

    • getTarget

      @Nullable S getTarget()
    • setTarget

      void setTarget(@Nullable S target)