Uses of Class
com.vaadin.data.provider.HierarchyMapper
-
Packages that use HierarchyMapper Package Description com.vaadin.data.provider -
-
Uses of HierarchyMapper in com.vaadin.data.provider
Methods in com.vaadin.data.provider that return HierarchyMapper Modifier and Type Method Description protected <F> HierarchyMapper<T,F>HierarchicalDataCommunicator. createHierarchyMapper(HierarchicalDataProvider<T,F> dataProvider)Create newHierarchyMapperfor the given data provider.protected HierarchyMapper<T,?>HierarchicalDataCommunicator. getHierarchyMapper()Returns theHierarchyMapperused by this data communicator.
-