Uses of Interface
com.vaadin.data.Property.ReadOnlyStatusChangeEvent
-
Packages that use Property.ReadOnlyStatusChangeEvent Package Description com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data.com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.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 voidProperty.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 classAbstractProperty.ReadOnlyStatusChangeEventAnEventobject 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 voidPropertyFormatter. 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 classAbstractField.ReadOnlyStatusChangeEventAnEventobject 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 voidAbstractField. readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)React to read only status changes of the property by requesting a repaint.
-