Package org.oddjob.arooa.design
Interface DesignElementProperty
- All Superinterfaces:
DesignNotifier,DesignProperty
- All Known Implementing Classes:
IndexedDesignProperty,MappedDesignProperty,SimpleDesignProperty
The design for a property that is configured as an element.
- Author:
- rob
-
Method Summary
Methods inherited from interface org.oddjob.arooa.design.DesignNotifier
addDesignListener, removeDesignListenerMethods inherited from interface org.oddjob.arooa.design.DesignProperty
isPopulated, property, view
-
Method Details
-
getArooaContext
ArooaContext getArooaContext()Get theArooaContextassociated with the element.- Returns:
- The ArooaContext. Never Null.
-