Package groovy.swing.model
Interface NestedValueModel
- All Known Implementing Classes:
ClosureModel,PropertyModel
public interface NestedValueModel
Represents a nested value model such as a PropertyModel
or a ClosureModel
-
Method Summary
Modifier and TypeMethodDescriptionReturns the upstream model that supplies the backing object for this nested model.
-
Method Details
-
getSourceModel
ValueModel getSourceModel()Returns the upstream model that supplies the backing object for this nested model.- Returns:
- the source model
-