+ _handles
+ -
+
+
+ _handles
+ - private Array
+
+
+
+
+
+
+
+
+ The list of event handles for event listeners or AOP injected methods
+applied by the plugin to the host object.
+
+ +
+ Plugin.Base.ATTRS
+ -
+
+
+ Plugin.Base.ATTRS
+ - static Object
+
+
+
+
+
+
+
+
+ Object defining the set of attributes supported by the Plugin.Base class
+
+ +
+ Plugin.Base.NAME
+ -
+
+
+ Plugin.Base.NAME
+ - static String
+
+
+
+
+
+
+
+
+ The string identifying the Plugin.Base class. Plugins extending
+Plugin.Base should set their own NAME value.
+
+ +
+ Plugin.NS
+ -
+
+
+ Plugin.NS
+ - static String
+
+
+
+
+
+
+
+
+ The name of the property the the plugin will be attached to
+when plugged into a Plugin Host. Plugins extending Plugin.Base,
+should set their own NS value.
+
+ +