Core Widgets 2.4.2
Description
The core widget plugin contains a set of widely used widgets in a Geomajas application, as well as some very popular map controllers and events.
The current widget set contains:
- LayerLegendPanel: a panel that shows the title/legend of a layer and some layer controls
- MapLegendPanel: a container of LayerLegendPanel instance, one for each map layer
We also have the following map controllers/listeners:
- FeatureClickedListener: a listeners that sends an FeatureClickedEvent when the user clicks on a feature
- MouseOverListener: a listeners that that sends an FeatureMouseOverEvent when the user hovers over a feature
Community & Docs
HTML:
PDF:
JavaDoc:
Using this project in maven
In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:
<dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-client-gwt2-plugin-parent</artifactId> <version>2.4.2</version> </dependency>