We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.