C G I O P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.vaadin.flow.component.ironlist - package com.vaadin.flow.component.ironlist
- com.vaadin.flow.component.ironlist.paging - package com.vaadin.flow.component.ironlist.paging
G
- getDataCommunicator() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Returns the data communicator of this list.
- getDataProvider() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Returns the data provider of this list.
- getPlaceholderItem() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Gets the placeholder item of this list, or
nullif none has been set.
I
- IronList<T> - Class in com.vaadin.flow.component.ironlist
-
Deprecated.since Vaadin 21,
IronListis deprecated in favor ofVirtualList - IronList() - Constructor for class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Creates an empty list.
- isGridLayout() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Gets whether this list is rendered in a grid layout instead of a linear list.
- isPagingEnabled() - Method in class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator
O
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.
P
- PagelessDataCommunicator<T> - Class in com.vaadin.flow.component.ironlist.paging
-
DataCommunicator implementation which disables the paging and does not allow the user to set up the page for IronList.
- PagelessDataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode) - Constructor for class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator
S
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.
- setGridLayout(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Sets this list to be rendered as a grid.
- setPageSize(int) - Method in class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator
- setPagingEnabled(boolean) - Method in class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator
- setPlaceholderItem(T) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Sets an item to be shown as placeholder in the list while the real data in being fetched from the server.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Sets a renderer for the items in the list, by using a
TemplateRenderer. - setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Deprecated.Sets a renderer for the items in the list, by using a
ValueProvider.
All Classes All Packages