public static interface Property.Editor extends Property.Viewer, Serializable
Implementing this interface means that the Property serving as the data
source of the editor can be modified through the editor. It does not
restrict the editor from editing the Property internally, though if the
Property is in a read-only mode, attempts to modify it will result in the
ReadOnlyException
being thrown.
getPropertyDataSource, setPropertyDataSource
Copyright © 2019 Vaadin Ltd. All rights reserved.