Class InfoWindowView
- java.lang.Object
-
- org.primefaces.showcase.view.data.gmap.InfoWindowView
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class InfoWindowView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfoWindowView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapModelgetAdvancedModel()MarkergetMarker()voidinit()voidonMarkerSelect(OverlaySelectEvent event)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getAdvancedModel
public MapModel getAdvancedModel()
-
onMarkerSelect
public void onMarkerSelect(OverlaySelectEvent event)
-
getMarker
public Marker getMarker()
-
-