dojox/lang/oo/Filter (version 1.10)

Summary

Filter to control mixing in objects by skipping properties and renaming them.

This object is used as a holder of an original object (whose properties are to be copied), and a filter function used while copying by dojox.lang.oo.mixin.

Usage

Filter(bag,filter);
Parameter Type Description
bag Object

object to be filtered

filter Function | Object

a function to handle the name filtering, or an object with exec() method

See the dojox/lang/oo/Filter reference documentation for more information.

Property Summary

  • bagobject to be filtered
  • filtera function to handle the name filtering, or an object with exec() method

Method Summary

Properties

bag
Defined by: dojox/lang/oo/Filter

object to be filtered

filter
Defined by: dojox/lang/oo/Filter

a function to handle the name filtering, or an object with exec() method

Methods

Error in the documentation? Can’t find what you are looking for? Let us know!