[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A view that acts as an adapter between views and update listeners.
The view can be added to a parent view. When the parent view publishes data, the view will forward the
data to the UpdateListener implementation that has been supplied. If no UpdateListener has been supplied,
then the view will cache the last data published by the parent view.
The following tables list the members exposed by the BufferView type.
Public Properties
Name | Description | |
---|---|---|
![]() | EventType |
Provides metadata information about the type of object the event collection contains.
(Overrides .EventType.) |
![]() | HasViews |
Test is there are any views to the Viewable.
(Inherited from ViewSupport.) |
![]() | Id |
Gets the unique id for the view
(Inherited from ViewSupport.) |
![]() | Observer | Set the observer for indicating new and old data. |
![]() | Parent |
Gets or sets the View's parent Viewable.
(Inherited from ViewSupport.) |