
Public Member Functions | |
| LiveSearch (WOContext context) | |
| NSArray< Product > | matchingProducts () |
| NSArray< Product > | products () |
| String | searchText () |
| void | setSearchText (String searchText) |
Public Attributes | |
| Product | _repetitionProduct |
Protected Member Functions | |
| boolean | useDefaultComponentCSS () |
Private Attributes | |
| NSArray< Product > | _matchingProducts |
| NSArray< Product > | _products |
| String | _searchText |
| LiveSearch | ( | WOContext | context | ) |
| NSArray<Product> matchingProducts | ( | ) |
| NSArray<Product> products | ( | ) |
| String searchText | ( | ) |
| void setSearchText | ( | String | searchText | ) |
| boolean useDefaultComponentCSS | ( | ) | [protected] |
Returns true if this component provides a default CSS file that has the same name as the component itself.
Reimplemented from ERXComponent.
NSArray<Product> _matchingProducts [private] |
String _searchText [private] |
1.5.8