| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.util.Delegate
Method Summary | |
| static | create ( obj: Object, func ): Function |
| Creates a functions wrapper for the original function so that it runs in the provided context. | |
|
| Creates a functions wrapper for the original function so that it runs in the provided context. additonal arguments can be passed on the create call and they will be used when the function is invoked. i.e Delegate.create(this, handler, 30, true, "press") |