DashboardView Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Creates an instance of the Dashboard |
Dashboard |
Creates an instance of the Dashboard |
#Fields
Name | Description |
---|---|
Max |
Specifies the max recursion depth of the Composite |
Security |
Returns a key used to create an item in the View. |
#Properties
Name | Description |
---|---|
Allow |
Provides access to a collection of reason/value pairs used to allow or prohibit deletion of objects via a View. Inherited from View. |
Allow |
Provides access to a collection of reason/value pairs used to make a View read-only/editable. Inherited from View. |
Allow |
Provides access to a collection of reason/value pairs used to allow or prohibit creation of new objects via a View. Inherited from View. |
Caption | Specifies a View‘s caption. Inherited from View. |
Content |
For internal use. Inherited from View. |
Control | Returns the current View‘s control. Inherited from View. |
Current |
Specifies a View‘s current object. Inherited from View. |
Delayed |
Indicates whether, when the View is created, View Items controls of the Composite |
Error |
Provides access to the current View‘s message collection. Inherited from View. |
Id | Returns a View‘s ID. Inherited from View. |
Initialization | Inherited from View. |
Is |
Indicates whether a View‘s View. |
Is |
Gets a value indicating whether a View has been disposed of. Inherited from View. |
Is |
Specifies whether a View is root. Inherited from View. |
Items |
Provides access to a Composite View’s View Items collection.
Inherited from Composite |
Layout |
Specifies a Composite View’s layout manager.
Inherited from Composite |
Max |
Inherited from Composite |
Model | Provides access to information on a Dashboard View, which is stored in the Application Model. |
Object |
Provides access to the Object Space within which a View was created.
Inherited from Composite |
Object |
Gets the Object |
Scroll |
Specifies the scroll point of Windows in ASP. |
Selected |
Specifies a Dashboard |
Selection |
Returns the selection type supported by a View. Inherited from View. |
Skip |
For internal use.
Inherited from Composite |
Skip |
For internal use. Inherited from View. |
Tag | Specifies the custom data associated with the View. Inherited from View. |
#Methods
Name | Description |
---|---|
Add |
Adds a specified View Item to a Composite View’s Composite |
Add |
Creates a View Item using specified information on it, and adds it to a Composite View’s Composite |
Analyze |
For internal use.
Inherited from Composite |
Break |
Removes references to a Composite View’s controls and their event handlers.
Inherited from Composite |
Can |
Determines whether a View‘s current object can be changed. Inherited from View. |
Can |
Determines whether a View can be closed. Inherited from View. |
Close() | Closes a View. Inherited from View. |
Close |
Closes a View if it is allowed to be closed. Inherited from View. |
Create |
Creates controls that visualize a View in a UI. Inherited from View. |
Create |
Returns key information on the current View. Inherited from View. |
Dispose() | Releases all resources used by this View object. Inherited from View. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Execute |
Inherited from View. |
Find |
Returns a specified View Item from a Composite View’s Composite |
Get |
Returns the current object’s caption, formatted according to the applied Object |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns View Items of the specified type from the Composite |
Get |
Gets the Type of the current instance. Inherited from Object. |
Insert |
Inserts a new View Item to a specified position within the Composite |
Insert |
Creates a View Item using specified information on it, and inserts it to a Composite View’s Composite |
Is |
Checks whether a specific View interacts with the database via the current View’s Object Space. Inherited from View. |
Load |
For internal use. Inherited from View. |
Load |
Applies the Application Model changes to the current View. Inherited from View. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Raise |
Raises the View. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() | Refreshes displayed values of the View‘s controls with new values from the data source collection (not from the database itself). Inherited from View. |
Refresh |
Refreshes displayed values of the View‘s controls with new values from the data source collection (and optionally, from the database itself). Inherited from View. |
Refresh |
Refreshes the data source of the current View. Inherited from View. |
Remove |
Removes a particular View Item from a Composite View’s Composite |
Save |
Writes information on a View to the Application Model. Inherited from View. |
Set |
For internal use. Inherited from View. |
To |
Returns a View‘s textual representation. Inherited from View. |
Update |
Updates a specific View Item.
Inherited from Composite |
#Events
Name | Description |
---|---|
Activated |
Occurs when the View. |
Allow |
Occurs when the current View‘s View. |
Allow |
Occurs when the current View‘s View. |
Allow |
Occurs when the current View‘s View. |
Caption |
Occurs after changing a View‘s caption. Inherited from View. |
Closed | Occurs after the current View is closed. Inherited from View. |
Closing | Occurs when closing a View. Inherited from View. |
Controls |
Occurs after controls for a View are created. Inherited from View. |
Controls |
Occurs before creating controls for a View. Inherited from View. |
Current |
Occurs after changing a View’s focused object (not an object’s property value). Inherited from View. |
Customize |
Occurs when the View. |
Custom |
Occurs when saving information on a View’s editor |
Data |
For internal use. Inherited from View. |
Data |
For internal use. Inherited from View. |
Data |
For internal use. Inherited from View. |
Disposing | Occurs when the current View is disposed of. Inherited from View. |
Items |
Occurs after changing a Composite View’s Composite |
Model |
Occurs after setting the View. |
Model |
Occurs before setting the View. |
Model |
This event is intended for internal use. Inherited from View. |
Model |
Occurs after the information on a View has been saved to the Application Model. Inherited from View. |
Model |
Occurs before saving information on a View’s controls to the Application Model. Inherited from View. |
Query |
Occurs when the View is asked whether its current object can be changed. Inherited from View. |
Query |
Occurs when checking whether a View can be closed. Inherited from View. |
Selection |
Occurs after changing a View’s selected objects. Inherited from View. |
Selection |
Occurs when the current View’s selection type is changed. Inherited from View. |
See Also