com.vaadin.data
Interface Property.Editor

All Superinterfaces:
Property.Viewer, Serializable
All Known Subinterfaces:
Field<T>
All Known Implementing Classes:
AbstractField, AbstractSelect, AbstractTextField, CheckBox, ComboBox, CustomField, DateField, Form, InlineDateField, ListSelect, NativeSelect, OptionGroup, PasswordField, PopupDateField, ProgressIndicator, RichTextArea, Select, Slider, Table, TextArea, TextField, Tree, TreeTable, TwinColSelect
Enclosing interface:
Property<T>

public static interface Property.Editor
extends Property.Viewer, Serializable

Interface implemented by the editor classes capable of editing the Property.

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.

Since:
3.0
Version:
7.0.0.alpha3
Author:
Vaadin Ltd.

Method Summary
 
Methods inherited from interface com.vaadin.data.Property.Viewer
getPropertyDataSource, setPropertyDataSource
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.