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 void
addListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
void
addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
java.lang.Class<java.lang.Double>
getType()
java.lang.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(java.lang.Double newValue)
-
-
-
Method Detail
-
addListener
public void addListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
addListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeListener
public void removeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
removeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
addValueChangeListener
public void addValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
addValueChangeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
removeValueChangeListener
public void removeValueChangeListener(com.vaadin.v7.data.Property.ValueChangeListener listener)
- Specified by:
removeValueChangeListener
in interfacecom.vaadin.v7.data.Property.ValueChangeNotifier
-
getValue
public java.lang.Double getValue()
- Specified by:
getValue
in interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
setValue
public void setValue(java.lang.Double newValue)
- Specified by:
setValue
in interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
getType
public java.lang.Class<java.lang.Double> getType()
- Specified by:
getType
in interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
setReadOnly
public void setReadOnly(boolean newStatus)
- Specified by:
setReadOnly
in interfacecom.vaadin.v7.data.Property<java.lang.Double>
-
-