Class VEProviderGraphContainer.ScaleProperty

  • All Implemented Interfaces:
    com.vaadin.v7.data.Property<Double>, com.vaadin.v7.data.Property.ValueChangeNotifier, Serializable
    Enclosing class:
    VEProviderGraphContainer

    public static class VEProviderGraphContainer.ScaleProperty
    extends Object
    implements com.vaadin.v7.data.Property<Double>, com.vaadin.v7.data.Property.ValueChangeNotifier
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.v7.data.Property

        com.vaadin.v7.data.Property.Editor, com.vaadin.v7.data.Property.ReadOnlyException, com.vaadin.v7.data.Property.ReadOnlyStatusChangeEvent, com.vaadin.v7.data.Property.ReadOnlyStatusChangeListener, com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.v7.data.Property.Transactional<T extends Object>, com.vaadin.v7.data.Property.ValueChangeEvent, com.vaadin.v7.data.Property.ValueChangeListener, com.vaadin.v7.data.Property.ValueChangeNotifier, com.vaadin.v7.data.Property.Viewer
    • Constructor Summary

      Constructors 
      Constructor Description
      ScaleProperty​(double scale)  
    • Constructor Detail

      • ScaleProperty

        public ScaleProperty​(double scale)
    • Method Detail

      • addListener

        public void addListener​(com.vaadin.v7.data.Property.ValueChangeListener listener)
        Specified by:
        addListener in interface com.vaadin.v7.data.Property.ValueChangeNotifier
      • removeListener

        public void removeListener​(com.vaadin.v7.data.Property.ValueChangeListener listener)
        Specified by:
        removeListener in interface com.vaadin.v7.data.Property.ValueChangeNotifier
      • addValueChangeListener

        public void addValueChangeListener​(com.vaadin.v7.data.Property.ValueChangeListener listener)
        Specified by:
        addValueChangeListener in interface com.vaadin.v7.data.Property.ValueChangeNotifier
      • removeValueChangeListener

        public void removeValueChangeListener​(com.vaadin.v7.data.Property.ValueChangeListener listener)
        Specified by:
        removeValueChangeListener in interface com.vaadin.v7.data.Property.ValueChangeNotifier
      • getValue

        public Double getValue()
        Specified by:
        getValue in interface com.vaadin.v7.data.Property<Double>
      • setValue

        public void setValue​(Double newValue)
        Specified by:
        setValue in interface com.vaadin.v7.data.Property<Double>
      • getType

        public Class<Double> getType()
        Specified by:
        getType in interface com.vaadin.v7.data.Property<Double>
      • isReadOnly

        public boolean isReadOnly()
        Specified by:
        isReadOnly in interface com.vaadin.v7.data.Property<Double>
      • setReadOnly

        public void setReadOnly​(boolean newStatus)
        Specified by:
        setReadOnly in interface com.vaadin.v7.data.Property<Double>