Class VIronList<T>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.BlurNotifier

        com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.FocusNotifier

        com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>
    • Constructor Summary

      Constructors 
      Constructor Description
      VIronList()  
    • Constructor Detail

      • VIronList

        public VIronList()
    • Method Detail

      • withRenderer

        public VIronList<T> withRenderer​(com.vaadin.flow.function.ValueProvider<T,​String> valueProvider)
      • withRenderer

        public VIronList<T> withRenderer​(com.vaadin.flow.data.renderer.Renderer<T> renderer)
      • withPlaceholderItem

        public VIronList<T> withPlaceholderItem​(T placeholderItem)
      • withGridLayout

        public VIronList<T> withGridLayout​(boolean gridLayout)
      • withOnEnabledStateChanged

        public VIronList<T> withOnEnabledStateChanged​(boolean enabled)