
Public Member Functions | |
| AjaxSelectionListExample (WOContext context) | |
| WOActionResults | deleteProduct () |
| Product | itemProduct () |
| NSArray< Product > | products () |
| Product | selectedProduct () |
| WOActionResults | selectProduct () |
| void | setItemProduct (Product itemProduct) |
| void | setSelectedProduct (Product selectedProduct) |
| WOActionResults | toggleAjax () |
Public Attributes | |
| boolean | _ajax |
Private Attributes | |
| Product | _itemProduct |
| NSMutableArray< Product > | _products |
| Product | _selectedProduct |
| AjaxSelectionListExample | ( | WOContext | context | ) |
| WOActionResults deleteProduct | ( | ) |
| Product itemProduct | ( | ) |
| Product selectedProduct | ( | ) |
| WOActionResults selectProduct | ( | ) |
| void setItemProduct | ( | Product | itemProduct | ) |
| void setSelectedProduct | ( | Product | selectedProduct | ) |
| WOActionResults toggleAjax | ( | ) |
| boolean _ajax |
Product _itemProduct [private] |
NSMutableArray<Product> _products [private] |
Product _selectedProduct [private] |
1.5.8