Interface GridResponsiveStep.GridResponsiveStepListenerRegistration

  • All Superinterfaces:
    com.vaadin.flow.shared.Registration, java.io.Serializable
    Enclosing class:
    GridResponsiveStep<T>

    public static interface GridResponsiveStep.GridResponsiveStepListenerRegistration
    extends com.vaadin.flow.shared.Registration
    A registration object for removing or configuring a GridResponsiveStep listener.
    • Method Detail

      • cummulative

        GridResponsiveStep.GridResponsiveStepListenerRegistration cummulative()
        Set the registered listener as cummulative. A cummulative listener will be fired when the minimum width is met. Non-cummulative listeners will only be fired when the exact step is selected.
        Returns:
        this registration instance.