Package com.iizigo.prop
Class PropExtender
java.lang.Object
com.iizigo.prop.PropExtender
- All Implemented Interfaces:
- EventListener,- IPropExtender
Class used to Extend property container to each other.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method Summary
- Constructor Details- PropExtenderpublic PropExtender()The default constructor.
 
- Method Details- initializeInitializes the property extender.- Specified by:
- initializein interface- IPropExtender
- Parameters:
- extendsName- The reference.
- source- The source container.
- target- The target container.
- Returns:
- true for initialized successfully, false if already initialized.
- Throws:
- PropException- If the extends container cannot be found, the target and extendsFrom are not of same class, one of them is index-based, or target is read-only.
 
- disposepublic void dispose()Disposes of the extends framework. Call this method to stop extension on a container. All properties belonging to the extended container are removed.- Specified by:
- disposein interface- IPropExtender
 
- onEventSource events.- Specified by:
- onEventin interface- EventListener
- Parameters:
- e- The event.