[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A helper class for View implementations that provides generic implementation for some of the methods. Methods that contain the actual logic of the view are not implemented in this class. A common implementation normally does not need to override any of the methods implemented here, their implementation is generic and should suffice.

The class provides a convenience method for updateing it's children data UpdateChildren(Object[], Object[]). This method should be called from within the View.update(Object[], Object[]) methods in the subclasses.

The following tables list the members exposed by the ViewSupport type.

Public Properties

  NameDescription
EventType
Provides metadata information about the type of object the event collection contains.

HasViews
Test is there are any views to the Viewable.

Id
Gets the unique id for the view

Parent
Gets or sets the View's parent Viewable.