dundas.Container Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Container
 

Constructors

 
  Name Description
init Initializes the container. Called during construction.
 
 

Properties

 
  Name Description
count Gets the count of the components within this container.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component.
parentContainer Gets the container that this container is based on.
serviceContainer
site Gets or sets the site that this component is a part of. Inherited from dundas.Component.
uniqueId Gets or sets the unique ID of this component within the site. Inherited from dundas.Component.
 
 

Methods

 
  Name Description
addComponent Adds a component to this container.
clear Removes all components from this container.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
dispatch Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component.
dispose Disposes the component. Inherited from dundas.Component.
disposeComponents Disposes all components in the container.
findComponentById Finds a component by the supplied unique ID.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getComponentAt Gets the component at the specified index.
getService Gets a service by the supplied service type. Inherited from dundas.Component.
removeComponent Removes a component from this container.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.