Interface DeferredPropertyDescriptor
- All Known Implementing Classes:
TemplateHolder
public interface DeferredPropertyDescriptor
This interface is used to mark components that do not retain certain properties when a Window is
closed. These properties cannot be targeted for find/replace unless the Window is open and the
component is loaded. Using this class, these components can be singled out and their properties
handled appropriately. TemplateHolder is an example of one such component - Template Properties
cannot be found if its Window is closed. Created on 4/10/15.
- Since:
- 7.7.5