Uses of Class
com.vaadin.flow.component.map.configuration.View
-
Packages that use View Package Description com.vaadin.flow.component.map com.vaadin.flow.component.map.configuration -
-
Uses of View in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return View Modifier and Type Method Description ViewMapBase. getView()Gets theViewof the map.Methods in com.vaadin.flow.component.map with parameters of type View Modifier and Type Method Description voidMapBase. setView(View view)Sets the view of the map. -
Uses of View in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return View Modifier and Type Method Description ViewConfiguration. getView()Gets the view of the map.Methods in com.vaadin.flow.component.map.configuration with parameters of type View Modifier and Type Method Description voidConfiguration. setView(View view)Sets the view of the map.
-