| Package | com.dgrigg.view |
| Class | public class ProductList |
| Implements | IView |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ProductList | ||
|
addProduct(product:ProductVO):Boolean
add a product to the displayed product list
| ProductList | ||
| ProductList | |||
|
handleSelectedProduct(event:Event):void
handle the event that is triggered when a user selected a row in the data grid
| ProductList | ||
| ProductList | () | constructor |
public function ProductList()Constructor
| addProduct | () | method |
public function addProduct(product:ProductVO):Booleanadd a product to the displayed product list
Parametersproduct:ProductVO — product to add to the product list
|
Boolean |
| getSelectedProduct | () | method |
| handleSelectedProduct | () | method |
public function handleSelectedProduct(event:Event):voidhandle the event that is triggered when a user selected a row in the data grid
Parametersevent:Event |