public static class VEProviderGraphContainer.ScaleProperty extends Object implements com.vaadin.v7.data.Property<Double>, com.vaadin.v7.data.Property.ValueChangeNotifier
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>, 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 and Description |
---|
ScaleProperty(double scale) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(com.vaadin.v7.data.Property.ValueChangeListener listener) |
void |
addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) |
Class<Double> |
getType() |
Double |
getValue() |
boolean |
isReadOnly() |
void |
removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) |
void |
removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener) |
void |
setReadOnly(boolean newStatus) |
void |
setValue(Double newValue) |
public void addListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
addListener
in interface com.vaadin.v7.data.Property.ValueChangeNotifier
public void removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
removeListener
in interface com.vaadin.v7.data.Property.ValueChangeNotifier
public void addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
addValueChangeListener
in interface com.vaadin.v7.data.Property.ValueChangeNotifier
public void removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
removeValueChangeListener
in interface com.vaadin.v7.data.Property.ValueChangeNotifier
public Double getValue()
getValue
in interface com.vaadin.v7.data.Property<Double>
public void setValue(Double newValue)
setValue
in interface com.vaadin.v7.data.Property<Double>
public Class<Double> getType()
getType
in interface com.vaadin.v7.data.Property<Double>
public boolean isReadOnly()
isReadOnly
in interface com.vaadin.v7.data.Property<Double>
public void setReadOnly(boolean newStatus)
setReadOnly
in interface com.vaadin.v7.data.Property<Double>
Copyright © 2021. All rights reserved.