"datatable",
"autocomplete", "autocomplete-filters", "autocomplete-highlighters" }, new YUICallback() {
@Override
public void ready(final YuiContext Y) {
EditorFramework1 edf = new EditorFramework1();
edf.start(Y);
// build some people and a crudUtil with them
List<Person1> all = new LinkedList<Person1>();
for (int i = 0; i < 40; i++) {
all.add(Person1.random());
}