You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.framework

Package com.vaadin.flow.component.spreadsheet.framework

  • Interface Summary
    Interface Description
    Action.Container

    Interface implemented by all components where actions can be registered.

    Action.Handler

    Interface implemented by classes who wish to handle actions.

    Action.Listener

    An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the addAction() -method, which in many cases is easier than implementing the Action.Handler interface.

    Action.Notifier

    Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.

    Action.ShortcutNotifier  
  • Class Summary
    Class Description
    Action

    Implements the action framework.

    ReflectTools

    An util class with helpers for reflection operations.