Uses of Class
com.vaadin.componentfactory.maps.model.LegendTitle
Packages that use LegendTitle
Package
Description
-
Uses of LegendTitle in com.vaadin.componentfactory.maps.model
Methods in com.vaadin.componentfactory.maps.model that return LegendTitleMethods in com.vaadin.componentfactory.maps.model with parameters of type LegendTitleModifier and TypeMethodDescriptionvoidLegend.setTitle(LegendTitle title) A title to be added on top of the legend. -
Uses of LegendTitle in com.vaadin.componentfactory.maps.model.serializers
Methods in com.vaadin.componentfactory.maps.model.serializers that return types with arguments of type LegendTitleMethods in com.vaadin.componentfactory.maps.model.serializers with parameters of type LegendTitleModifier and TypeMethodDescriptionvoidLegendTitleBeanSerializer.serialize(LegendTitle bean, BeanSerializerDelegator<LegendTitle> serializer, tools.jackson.core.JsonGenerator jgen, tools.jackson.databind.SerializationContext provider) serialize.Method parameters in com.vaadin.componentfactory.maps.model.serializers with type arguments of type LegendTitleModifier and TypeMethodDescriptionvoidLegendTitleBeanSerializer.serialize(LegendTitle bean, BeanSerializerDelegator<LegendTitle> serializer, tools.jackson.core.JsonGenerator jgen, tools.jackson.databind.SerializationContext provider) serialize.