public interface IExtenders
The IExtenders interface is a callback interface that is used in implementations of the getExtenderProperties() method of the IClassInfo interface. An implementation of IClassInfo.getExtenderProperties() is provided an instance of the IExtenders interface and is responsible for calling the add() method to enumerate the Extenders of the associated component class.
Methods
Name | Description |
---|---|
add(ExtenderInfo e) | Defines an extender property. |
remove(ExtenderInfo e) | Removes an extender property. |
Defines an extender property.
Removes an extender property.