Package io.jmix.flowui.kit.component


package io.jmix.flowui.kit.component
  • Class
    Description
    Utility class working with Vaadin UI components.
    Interface to be implemented by UI components supporting an action.
    Interface to be implemented by UI components containing Actions.
    Interface to be implemented by UI components that can automatically receive focus when the page is loaded.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use HasPlaceholder instead.
    Interface for actions and UI components that can be performed using shortcuts.
    Provides the same functionality as the ClickNotifier.addClickShortcut(Key, KeyModifier...).
    Interface to be implemented by UI components that provide additional objects for framework as part of component API.
    Mixin interface for components that displays text in a tooltip popup when the mouse is over it.
    Stores information about key, modifiers and additional settings that describe shortcut combinations.
    SelectionChangeNotifier<C extends com.vaadin.flow.component.Component,T>
    Interface to be implemented by UI components that support adding items selection listeners.
    Interface to be implemented by UI components supporting value formatting.
    Interface to be implemented by UI components, which provide an API that pretends that the action was invoked by the user on the client side.