Interface FluentComponent<S extends FluentComponent<S>>

  • Method Summary

    Modifier and Type
    Method
    Description
    default <T extends com.vaadin.flow.component.Component>
    Optional<T>
    navigate(Class<T> navigationTarget)
    Navigates the UI of this component to the view corresponding to the given navigation target.
    void
     
    void
    setVisible(boolean visible)
     
    default S
     
    default S
    withVisible(boolean visible)
     

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier

    withAttachListener

    Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier

    withDetachListener
  • Method Details

    • setVisible

      void setVisible(boolean visible)
    • setId

      void setId(String id)
    • withVisible

      default S withVisible(boolean visible)
    • withId

      default S withId(String id)