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.ReadOnlyStatusChangeListener
-
All Superinterfaces:
All Known Implementing Classes:
AbstractField
,AbstractSelect
,AbstractTextField
,CheckBox
,ComboBox
,CustomField
,DateField
,Form
,InlineDateField
,ListSelect
,NativeSelect
,OptionGroup
,PasswordField
,PopupDateField
,ProgressBar
,ProgressIndicator
,PropertyFormatter
,RichTextArea
,Select
,Slider
,Table
,TextArea
,TextField
,Tree
,TreeTable
,TwinColSelect
public static interface Property.ReadOnlyStatusChangeListener extends Serializable
The listener interface for receiving
ReadOnlyStatusChangeEvent
objects.Since:
3.0
Author:
Vaadin Ltd.
-
-
Method Summary
All Methods Modifier and Type Method Description void
readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Notifies this listener that a Property's read-only status has changed.
-
-
-
Method Detail
-
readOnlyStatusChange
void readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Notifies this listener that a Property's read-only status has changed.
Parameters:
event
- Read-only status change event object
-
-