| 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 |
| define | redefines a single configuration property (or a object with properties) |
| detachEvent | detaches a handler from an event (which was attached before by the attachEvent method) |
| getValues | gets object with data values |
| hasEvent | checks whether the component has the specified event handler |
| isVisible | returns true if current view is visible |
| load | loads data from an external data source |
| mapEvent | routes events from one object to another |
| parse | loads data to the component from an inline data source |
| refresh | repaints the whole view or a certain item |
| setValues | sets values for all inputs in the component |
| unbind | breaks "bind" link |
| unblockEvent | cancels events blocking that was enabled by the 'blockEvent' command |