org.millstone.base.data
Interface Property.Editor
- All Superinterfaces:
- Property.Viewer
- All Known Implementing Classes:
- AbstractField
- Enclosing interface:
- Property
- public static interface Property.Editor
- extends Property.Viewer
Interface implemented by the editor classes capable of editing the
Property. Implementing this interface means that the Property serving
as the data source of the editor can be modified through the editor.
It does not restrict the editor from editing the Property internally,
though if the Property is in a read-only mode, attempts to modify it
will result in the ReadOnlyException
being thrown.
- Since:
- 3.0
- Version:
- 3.0.3
- Author:
- IT Mill Ltd.
Copyright © 2000,2001,2002 IT Mill Ltd. All Rights
Reserved.