Class VIronList<T>
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.ironlist.IronList<T>
-
- org.vaadin.firitin.components.ironlist.VIronList<T>
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.BlurNotifier<com.vaadin.flow.component.ironlist.IronList<T>>,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.Focusable<com.vaadin.flow.component.ironlist.IronList<T>>,com.vaadin.flow.component.FocusNotifier<com.vaadin.flow.component.ironlist.IronList<T>>,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,com.vaadin.flow.data.binder.HasDataProvider<T>,com.vaadin.flow.data.binder.HasItems<T>,Serializable,FluentAttachNotifier<VIronList<T>>,FluentBlurNotifier<com.vaadin.flow.component.ironlist.IronList<T>,VIronList<T>>,FluentComponent<VIronList<T>>,FluentDetachNotifier<VIronList<T>>,FluentFocusable<com.vaadin.flow.component.ironlist.IronList<T>,VIronList<T>>,FluentFocusNotifier<com.vaadin.flow.component.ironlist.IronList<T>,VIronList<T>>,FluentHasDataProvider<VIronList<T>,T>,FluentHasItems<VIronList<T>,T>,FluentHasSize<VIronList<T>>,FluentHasStyle<VIronList<T>>
public class VIronList<T> extends com.vaadin.flow.component.ironlist.IronList<T> implements FluentComponent<VIronList<T>>, FluentHasDataProvider<VIronList<T>,T>, FluentHasStyle<VIronList<T>>, FluentHasSize<VIronList<T>>, FluentFocusable<com.vaadin.flow.component.ironlist.IronList<T>,VIronList<T>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VIronList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VIronList<T>withGridLayout(boolean gridLayout)VIronList<T>withOnEnabledStateChanged(boolean enabled)VIronList<T>withPlaceholderItem(T placeholderItem)VIronList<T>withRenderer(com.vaadin.flow.data.renderer.Renderer<T> renderer)VIronList<T>withRenderer(com.vaadin.flow.function.ValueProvider<T,String> valueProvider)-
Methods inherited from class com.vaadin.flow.component.ironlist.IronList
getDataCommunicator, getDataProvider, getPlaceholderItem, isGridLayout, onEnabledStateChanged, setDataProvider, setGridLayout, setPlaceholderItem, setRenderer, setRenderer
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
withAttachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentBlurNotifier
withBlurListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentComponent
setId, setVisible, withId, withVisible
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
withDetachListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentFocusable
withTabIndex
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentFocusNotifier
withFocusListener
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasDataProvider
withDataProvider
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasItems
withItems, withItems, withItems
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasSize
withFullHeight, withFullWidth, withHeight, withMaxHeight, withMaxSize, withMaxWidth, withMinHeight, withMinSize, withMinWidth, withSize, withSizeFull, withSizeUndefined, withWidth
-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasStyle
withAddedClassName, withClassName, withStyle
-
Methods inherited from interface com.vaadin.flow.component.Focusable
addFocusShortcut, blur, focus, getTabIndex, setTabIndex
-
Methods inherited from interface com.vaadin.flow.data.binder.HasDataProvider
setDataProvider, setItems
-
Methods inherited from interface com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
-
-