Class MarkersView
- java.lang.Object
-
- org.primefaces.showcase.view.data.gmap.MarkersView
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class MarkersView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkersView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.primefaces.model.map.MapModel<Long>getSimpleModel()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getSimpleModel
public org.primefaces.model.map.MapModel<Long> getSimpleModel()
-
-