SelectoComponents.Form.EventHandlers.ViewLifecycle (selecto_components v0.4.5)

Event handlers for view lifecycle operations.

This module handles the core lifecycle events of a SelectoComponents view:

  • Active tab switching (view, filter, save tabs)
  • View validation (form changes without execution)
  • View application (form submission and query execution)
  • Saved view loading

imported-by

Imported by

This module is automatically imported when using SelectoComponents.Form.

events-handled

Events Handled

  • set_active_tab - Switch between view configuration tabs
  • view-validate - Validate form changes without executing query
  • view-apply - Apply view configuration and execute query
  • load_view_config - Load a saved view configuration