Bungee Logic : Site : Adapter
Page Status: Beta
Contents |
[edit] Purpose
An Adapter site defines which adapter is used.
[edit] How to Use
Consider the following code snippet:
view.formAdapter = LBAdapter;
The right-hand side of the declaration is for adapter LBAdapter.
It specifies that for view.formAdapter, use the adapter called LBAdapter.