- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
- setGridLayout(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets this list to be rendered as a grid.
- setPlaceholderItem(T) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets an item to be shown as placeholder in the list while the real data
in being fetched from the server.
- setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets a renderer for the items in the list, by using a
ValueProvider.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets a renderer for the items in the list, by using a
TemplateRenderer.