Uses of Interface
com.vaadin.data.Property.ReadOnlyStatusChangeEvent
-
Packages that use Property.ReadOnlyStatusChangeEvent Package Description com.vaadin.data com.vaadin.data.util com.vaadin.ui -
-
Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.data
Methods in com.vaadin.data with parameters of type Property.ReadOnlyStatusChangeEvent Modifier and Type Method Description void
Property.ReadOnlyStatusChangeListener. readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Notifies this listener that a Property's read-only status has changed. -
Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Property.ReadOnlyStatusChangeEvent Modifier and Type Class Description protected static class
AbstractProperty.ReadOnlyStatusChangeEvent
AnEvent
object specifying the Property whose read-only status has been changed.Methods in com.vaadin.data.util with parameters of type Property.ReadOnlyStatusChangeEvent Modifier and Type Method Description void
PropertyFormatter. readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Deprecated.Listens for changes in the datasource. -
Uses of Property.ReadOnlyStatusChangeEvent in com.vaadin.ui
Classes in com.vaadin.ui that implement Property.ReadOnlyStatusChangeEvent Modifier and Type Class Description static class
AbstractField.ReadOnlyStatusChangeEvent
AnEvent
object specifying the Property whose read-only status has changed.Methods in com.vaadin.ui with parameters of type Property.ReadOnlyStatusChangeEvent Modifier and Type Method Description void
AbstractField. readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
React to read only status changes of the property by requesting a repaint.
-