Package io.jmix.flowui.fragment


@NonNullApi package io.jmix.flowui.fragment
  • Class
    Description
    Fragment<T extends com.vaadin.flow.component.Component>
    A fragment encapsulates a Component tree to allow creation of new components by composing existing components.
    The event that is fired after the fragment and all its declaratively defined inner components are created and fully initialized.
    FragmentAction<A extends FragmentAction<A,C>,C extends Fragment<?>>
    Represents an abstract action that operates on a specific Fragment.
    Interface providing methods for managing actions in a Fragment context.
    Interface defining methods for interacting with data API elements of a Fragment.
    Specifies a string value that is a file path to an xml descriptor that can be used for a Fragment initialization.
    Marker interface for classes that can be parents of fragments, i.e.
    Utility class working with Jmix fragment specifics.