dundas.controls.SimpleRepeater Class

 

Inheritance Hierarchy

 
Class
   dundas.EventDisposable
      dundas.controls.SimpleRepeater
 

Constructors

 
  Name Description
init Creates a new instance.
 
 

Properties

 
  Name Description
container Gets control container.
currentGroup Gets the group that is at the top of the viewable area
currentTemplate Gets or sets the current template.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.EventDisposable.
loadedData
uiCache Gets the UI cache table Inherited from dundas.EventDisposable.
 
 

Methods

 
  Name Description
bind Bind an event to this class object. Inherited from dundas.EventDisposable.
dispose Inherited from dundas.EventDisposable.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
insertItem check if the group is currently in the groups
navigateTo Make a group that is already loaded visibly at the top of the repeater if possible
notifyResize
performSearch Perform a search
raiseBindEvent Fire the event specified with eventName, or subscribe a handler. Inherited from dundas.EventDisposable.
refreshData Refresh the data
removeItem
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.EventDisposable.
subscribeDisposed Subscribe to the disposed event. Inherited from dundas.EventDisposable.
subscribeOnce Subscribe a one time event handler for an event. Inherited from dundas.EventDisposable.
subscribeVisibleGroupChangedEvent
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Raise an event. Inherited from dundas.EventDisposable.
unbind Unsubscribe an event. if handler is specified, unsubscribe that handler. if no parameters are specified, unbind everything. Inherited from dundas.EventDisposable.
unbindAll unsubscribe all events. Inherited from dundas.EventDisposable.