Interface and Adapter Properties

Page Status: Beta
Jump to: navigation, search

Back to Properties

Contents

[edit] Interface and Adapter Properties

Adapter objects have special properties on the fields the adapter provides. These fields are specialized to the type of Interface the adapter responds to.

For example, the image below is showing an instance of ListAdapter which responds to the ListInterface messages which sets the value of the current selectedElement in the List control to a specified field in the class.

Note: The Linked property is very important here, as it means the value of the selectedElement will be saved in the specified field. This property should most always be checked to keep the value of the associated field up-to-date.

 

    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.