Class | Description |
---|---|
SelectPTObjectModel | This is the implementation of the Expandable List framework for the the Select PTObject list. The Select PTObject is a list of objects. New objects can be added to the list by selecting them from the associated Object tree. The list is by default sorted by name ascending. |
SelectPTObjectView | This is the implementation of the Expandable List framework for the Select PTObject list. Is constains the HTML to display the object Array. It gets the data to display from SelectPTObjectModel. |
Interface | Description |
---|---|
ISelectPTObjectModelRO | This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views. |