T
- Type of the nested Property. Resolved in initialize(Class, String)
.public class NestedMapProperty<T>
extends com.vaadin.v7.data.util.AbstractProperty<T>
com.vaadin.v7.data.util.AbstractProperty.ReadOnlyStatusChangeEvent
com.vaadin.v7.data.Property.Editor, com.vaadin.v7.data.Property.ReadOnlyException, com.vaadin.v7.data.Property.ReadOnlyStatusChangeListener, com.vaadin.v7.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.v7.data.Property.Transactional<T>, com.vaadin.v7.data.Property.ValueChangeListener, com.vaadin.v7.data.Property.ValueChangeNotifier, com.vaadin.v7.data.Property.Viewer
Constructor and Description |
---|
NestedMapProperty(Object instance,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
Class<? extends T> |
getType() |
T |
getValue()
Gets the value stored in the Property.
|
void |
setValue(T newValue)
Sets the value of the property.
|
addListener, addListener, addReadOnlyStatusChangeListener, addValueChangeListener, fireReadOnlyStatusChange, fireValueChange, getListeners, isReadOnly, removeListener, removeListener, removeReadOnlyStatusChangeListener, removeValueChangeListener, setReadOnly
public T getValue()
public void setValue(T newValue) throws com.vaadin.v7.data.Property.ReadOnlyException
newValue
- the New value of the property.Property.ReadOnlyException
- if the object is in
read-only mode.com.vaadin.v7.data.Property.ReadOnlyException
Copyright © 2021 Magnolia International Ltd.. All rights reserved.