Class LocationState

  • All Implemented Interfaces:
    com.vaadin.shared.JavaScriptConnectorState, java.io.Serializable

    public class LocationState
    extends com.vaadin.shared.ui.JavaScriptComponentState
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int initialZoom  
      java.util.Map<java.lang.String,​java.lang.String> layerOptions  
      java.lang.String mapId  
      java.util.List<Marker> markers  
      java.lang.String tileLayer  
      • Fields inherited from class com.vaadin.shared.AbstractComponentState

        caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
      • Fields inherited from class com.vaadin.shared.communication.SharedState

        enabled, registeredEventListeners, resources
    • Constructor Summary

      Constructors 
      Constructor Description
      LocationState()  
    • Method Summary

      • Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState

        getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mapId

        public java.lang.String mapId
      • layerOptions

        public java.util.Map<java.lang.String,​java.lang.String> layerOptions
      • tileLayer

        public java.lang.String tileLayer
      • initialZoom

        public int initialZoom
      • markers

        public java.util.List<Marker> markers
    • Constructor Detail

      • LocationState

        public LocationState()