public class VEProviderGraphContainer.ScaleProperty extends Object implements com.vaadin.data.Property, com.vaadin.data.Property.ValueChangeNotifier
com.vaadin.data.Property.ConversionException, com.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeEvent, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.ValueChangeEvent, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer
Constructor and Description |
---|
VEProviderGraphContainer.ScaleProperty(double scale) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(com.vaadin.data.Property.ValueChangeListener listener) |
Class<?> |
getType() |
Object |
getValue() |
boolean |
isReadOnly() |
void |
removeListener(com.vaadin.data.Property.ValueChangeListener listener) |
void |
setReadOnly(boolean newStatus) |
void |
setValue(Object newValue) |
public VEProviderGraphContainer.ScaleProperty(double scale)
public void addListener(com.vaadin.data.Property.ValueChangeListener listener)
addListener
in interface com.vaadin.data.Property.ValueChangeNotifier
public void removeListener(com.vaadin.data.Property.ValueChangeListener listener)
removeListener
in interface com.vaadin.data.Property.ValueChangeNotifier
public Object getValue()
getValue
in interface com.vaadin.data.Property
public void setValue(Object newValue) throws com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ConversionException
setValue
in interface com.vaadin.data.Property
com.vaadin.data.Property.ReadOnlyException
com.vaadin.data.Property.ConversionException
public Class<?> getType()
getType
in interface com.vaadin.data.Property
public boolean isReadOnly()
isReadOnly
in interface com.vaadin.data.Property
public void setReadOnly(boolean newStatus)
setReadOnly
in interface com.vaadin.data.Property
Copyright © 2015. All Rights Reserved.