# QuickEditPopupActor

The QuickEditPopupActor checks whether the execution of the action or the display of the next view, if any, is allowed and executes the action.

# Properties

  • Parent:

    • Actor
  • Element tag: QuickEditPopupActor

# Parameter

# Parameters in the Layout

Name Type Description
beanActor BeanActor When a baseBean is edited, it is first set by QuickEditPopupActor in the BeanActor. Informs if a field value is changed and if renderers are valid.
hideWizardNextButton boolean
default: false
Determines whether the "Next" button is initially active.
wizardMode WizardMode
default: steps
Determines how the view is changed and how it is displayed. For "steps", the view is changed by clicking the "Next/Preview" button. For "heading", each step is displayed as a button.
condOperationActor CondOperationActor Required to get the current "Save" and "Reset" actions and to execute the actions
toggleActor LabeledToggleActor Required to get the current view

# WizardMode

type WizardMode =
        'none' |
        'header' |
        'steps';
Request missing documentation