We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.
Interface Property.Viewer
All Superinterfaces:
All Known Subinterfaces:
All Known Implementing Classes:
AbstractField, AbstractSelect, AbstractTextField, Button, CheckBox, ComboBox, DateField, Form, InlineDateField, Label, ListSelect, NativeButton, NativeSelect, OptionGroup, PasswordField, PopupDateField, ProgressIndicator, PropertyFormatter, RichTextArea, Select, Slider, Table, TextArea, TextField, Tree, TreeTable, TwinColSelect
Enclosing interface:
- extends Serializable
public static interface Property.Viewer
Interface implemented by the viewer classes capable of using a Property as a data source.
Since:
3.0
Version:
6.8.18
Author:
Vaadin Ltd.
Method Summary | |
---|---|
Property |
getPropertyDataSource()
Gets the Property serving as the data source of the viewer. |
void |
setPropertyDataSource(Property newDataSource)
Sets the Property that serves as the data source of the viewer. |
Method Detail |
---|
setPropertyDataSource
void setPropertyDataSource(Property newDataSource)
- Parameters:
newDataSource
- the new data source Property
Sets the Property that serves as the data source of the viewer.
getPropertyDataSource
Property getPropertyDataSource()
- Returns:
- the Property serving as the viewers data source
Gets the Property serving as the data source of the viewer.