Interface BasicType
- All Superinterfaces:
Serializable
Base interface for serializable value types used by the Leaflet component.
Implementations represent Leaflet data structures that can be exchanged
between the server and the client.
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the Leaflet type name of this value, used to identify the type on the client side.
-
Method Details
-
getLeafletType
Returns the Leaflet type name of this value, used to identify the type on the client side. Defaults to the simple name of the implementing class.- Returns:
- the Leaflet type name
-