CollectionBind

Binding rules for collections of objects.

Methods
getCursor returns the current cursor position.
refreshCursor force repainting of all bound components with current cursor value
setCursor sets the position of the cursor
Events
onAfterCursorChange fires after the cursor changes its position.
onBeforeCursorChange fires before the cursor changes its position.
Properties
defaultData the property stores data which is displayed in the slave when no records are selected in the master
Back to top