public static interface Window.Lookup.Handler
HasWindowManager.openLookup(java.lang.Class<? extends com.haulmont.cuba.core.entity.Entity>, com.haulmont.cuba.gui.components.Window.Lookup.Handler, com.haulmont.cuba.gui.WindowManager.OpenType) methods or set directly in
the screen instance via Window.Lookup.setLookupHandler(com.haulmont.cuba.gui.components.Window.Lookup.Handler).| Modifier and Type | Method and Description |
|---|---|
void |
handleLookup(java.util.Collection items)
Called upon selection.
|