| attachEvent | attaches the handler to an inner event of the component |
| bind | binds components |
| blockEvent | temporarily blocks triggering of ALL events of the calling object |
| callEvent | calls an inner event |
| detachEvent | detaches a handler from an event (which was attached before by the attachEvent method) |
| getValue | returns the current value of the component |
| hasEvent | checks whether the component has the specified event handler |
| isVisible | returns true if current view is visible |
| mapEvent | routes events from one object to another |
| refresh | repaints the component |
| setValue | sets a new value for the component |
| unbind | breaks "bind" link |
| unblockEvent | cancels events blocking that was enabled by the 'blockEvent' command |