Interface FluentComponent<S extends FluentComponent<S>>

  • Method Summary

    Modifier and Type
    Method
    Description
    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)