ownerInput = parent.appendChild("<input type=\"text\"></input>");
// console.log(Y.dump(allModules.get(0).ownerObj(), 10));
owners = JsArrayString.createArray().cast();
for (int i = 0; i < allModules.length(); i++) {
YuiGalleryAllModule module = allModules.get(i);
owners.push(module.owner().username());
}
AutoComplete ac = Y.newAutoComplete(AutoCompleteConfig.create().
resultHighlighter("phraseMatch").resultFilters("phraseMatch").
inputNode(ownerInput)