Uses of Interface
org.dellroad.stuff.vaadin7.QueryList
-
-
Uses of QueryList in org.dellroad.stuff.vaadin7
Classes in org.dellroad.stuff.vaadin7 that implement QueryList Modifier and Type Class Description classAlwaysInvalidQueryList<T>AQueryListthat always throwsInvalidQueryListException.classSimpleQueryList<T>classWindowQueryList<T>QueryListimplementation that only actually holds a portion, or "window" of a larger list.Methods in org.dellroad.stuff.vaadin7 that return QueryList Modifier and Type Method Description protected abstract QueryList<? extends T>AbstractQueryContainer. query(long hint)Perform a query to (re)generate the list of Java objects backing this container.protected QueryList<T>AbstractUnsizedContainer. query(long hint)
-