
Public Member Functions | |
| AutoCompleteExample (WOContext context) | |
| NSArray | currentValues () |
| NSArray | currentValues (String v) |
| NSArray | currentValues2 () |
| WOActionResults | submitted () |
Public Attributes | |
| NSArray | allValues |
| Word | currentValue |
| Word | selectedValue |
| Word | selectedValue2 |
| String | value |
| String | value2 |
Static Package Attributes | |
| static Logger | log = Logger.getLogger(AutoCompleteExample.class) |
| AutoCompleteExample | ( | WOContext | context | ) |
| NSArray currentValues | ( | ) |
This method gets called after every keystroke, we check the value variable and return the 10 entries in allValues that contain this value.
| NSArray currentValues2 | ( | ) |
| WOActionResults submitted | ( | ) |
Logger log = Logger.getLogger(AutoCompleteExample.class) [static, package] |
1.5.8