|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property.ReadOnlyStatusChangeEvent | |
---|---|
com.itmill.toolkit.data | Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. |
com.itmill.toolkit.data.util | Provides various utility classes that implement the data layer functionality. |
com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
Uses of Property.ReadOnlyStatusChangeEvent in com.itmill.toolkit.data |
---|
Methods in com.itmill.toolkit.data with parameters of type Property.ReadOnlyStatusChangeEvent | |
---|---|
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.itmill.toolkit.data.util |
---|
Methods in com.itmill.toolkit.data.util with parameters of type Property.ReadOnlyStatusChangeEvent | |
---|---|
void |
PropertyFormatter.readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent event)
Listens for changes in the datasource. |
Uses of Property.ReadOnlyStatusChangeEvent in com.itmill.toolkit.ui |
---|
Classes in com.itmill.toolkit.ui that implement Property.ReadOnlyStatusChangeEvent | |
---|---|
class |
AbstractField.ReadOnlyStatusChangeEvent
An Event object specifying the Property whose read-only
status has changed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |