Class VEProviderGraphContainer.ScaleProperty
- java.lang.Object
-
- org.opennms.features.topology.app.internal.VEProviderGraphContainer.ScaleProperty
-
- All Implemented Interfaces:
com.vaadin.v7.data.Property<java.lang.Double>,com.vaadin.v7.data.Property.ValueChangeNotifier,java.io.Serializable
- Enclosing class:
- VEProviderGraphContainer
public static class VEProviderGraphContainer.ScaleProperty extends java.lang.Object implements com.vaadin.v7.data.Property<java.lang.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 java.lang.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(com.vaadin.v7.data.Property.ValueChangeListener listener)voidaddValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)java.lang.Class<java.lang.Double>getType()java.lang.DoublegetValue()booleanisReadOnly()voidremoveListener(com.vaadin.v7.data.Property.ValueChangeListener listener)voidremoveValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)voidsetReadOnly(boolean newStatus)voidsetValue(java.lang.Double newValue)
-
-
-
Method Detail
-
addListener
public void addListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
addListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeListener
public void removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
removeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
addValueChangeListener
public void addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
addValueChangeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeValueChangeListener
public void removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
removeValueChangeListenerin interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
getValue
public java.lang.Double getValue()
- Specified by:
getValuein interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
setValue
public void setValue(java.lang.Double newValue)
- Specified by:
setValuein interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
getType
public java.lang.Class<java.lang.Double> getType()
- Specified by:
getTypein interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnlyin interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
setReadOnly
public void setReadOnly(boolean newStatus)
- Specified by:
setReadOnlyin interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
-