Uses of Class
com.vaadin.flow.component.treegrid.TreeGridPro.TreeDataCommunicatorBuilder
Packages that use TreeGridPro.TreeDataCommunicatorBuilder
-
Uses of TreeGridPro.TreeDataCommunicatorBuilder in com.vaadin.flow.component.gridpro
Constructors in com.vaadin.flow.component.gridpro with parameters of type TreeGridPro.TreeDataCommunicatorBuilderModifierConstructorDescriptionAbstractGridPro(int pageSize, TreeGridPro.TreeDataCommunicatorBuilder<E> dataCommunicatorBuilder) Creates a new instance, with the specified page size and data communicator.protectedAbstractGridPro(Class<E> beanType, TreeGridPro.TreeDataCommunicatorBuilder<E> dataCommunicatorBuilder) Creates a new grid with an initial set of columns for each of the bean's properties.protectedAbstractGridPro(Class<E> beanType, TreeGridPro.TreeDataCommunicatorBuilder<E> dataCommunicatorBuilder, boolean autoCreateColumns) Creates a new grid with an initial set of columns for each of the bean's properties. -
Uses of TreeGridPro.TreeDataCommunicatorBuilder in com.vaadin.flow.component.treegrid
Constructors in com.vaadin.flow.component.treegrid with parameters of type TreeGridPro.TreeDataCommunicatorBuilderModifierConstructorDescriptionprotectedTreeGridPro(int pageSize, TreeGridPro.TreeDataCommunicatorBuilder<T> dataCommunicatorBuilder) Creates a newTreeGridwithout support for creating columns based on property names.protectedTreeGridPro(Class<T> beanType, TreeGridPro.TreeDataCommunicatorBuilder<T> dataCommunicatorBuilder) Creates a newTreeGridwith an initial set of columns for each of the bean's properties.