Interface FluentComponent<S extends FluentComponent<S>>

  • Method Summary Link icon

    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 Link icon

    addAttachListener

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

    addDetachListener

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

    withAttachListener

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

    withDetachListener
  • Method Details Link icon

    • setVisible Link icon

      void setVisible(boolean visible)
    • setId Link icon

      void setId(String id)
    • withVisible Link icon

      default S withVisible(boolean visible)
    • withId Link icon

      default S withId(String id)