@Deprecated public static interface Window.Lookup<T> extends Window, io.jmix.ui.screen.LookupScreen<T>, LegacyFrame
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Window.Lookup.Handler
Deprecated.
Callback interface to receive selected entities.
|
static interface |
Window.Lookup.Validator
Deprecated.
Callback interface to validate the lookup screen upon selection before calling
Window.Lookup.Handler.handleLookup(java.util.Collection) method. |
Window.BeforeCloseWithCloseButtonEvent, Window.BeforeCloseWithShortcutEvent, Window.CloseListener, Window.CloseWithCommitListener, Window.Editor<T>, Window.HasFoldersPane, Window.Lookup<T>, Window.TopLevelWindow, Window.Wrapperio.jmix.ui.component.Window.BeforeCloseEvent, io.jmix.ui.component.Window.CloseOrigin, io.jmix.ui.component.Window.Committable, io.jmix.ui.component.Window.ContentSwitchMode, io.jmix.ui.component.Window.HasUserIndicator, io.jmix.ui.component.Window.HasWorkAreaFrame.MessageMode, Frame.MessageType, Frame.NotificationType| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOOKUP_ENTER_PRESSED_ACTION_ID
Deprecated.
|
static java.lang.String |
LOOKUP_ITEM_CLICK_ACTION_ID
Deprecated.
|
static java.lang.String |
NAME
Deprecated.
Name that is used to register a client type specific screen implementation in
UiComponents |
BROWSE_WINDOW_SUFFIX, CLOSE_ACTION_ID, COMMIT_ACTION_ID, CREATE_WINDOW_SUFFIX, EDITOR_WINDOW_SUFFIX, LOOKUP_WINDOW_SUFFIX, SELECT_ACTION_ID| Modifier and Type | Method and Description |
|---|---|
io.jmix.ui.component.Component |
getLookupComponent()
Deprecated.
|
default Window.Lookup.Handler |
getLookupHandler()
Deprecated.
|
default Window.Lookup.Validator |
getLookupValidator()
Deprecated.
|
void |
initLookupLayout()
Deprecated.
INTERNAL.
|
void |
setLookupComponent(io.jmix.ui.component.Component lookupComponent)
Deprecated.
Sets component that is used to lookup entity instances.
|
default void |
setLookupHandler(Window.Lookup.Handler handler)
Deprecated.
|
default void |
setLookupValidator(Window.Lookup.Validator validator)
Deprecated.
|
addBeforeCloseWithCloseButtonListener, addBeforeCloseWithShortcutListener, addCloseListener, addListener, close, close, getContext, getDialogOptions, getWindowManager, removeBeforeCloseWithCloseButtonListener, removeBeforeCloseWithShortcutListener, removeBeforeWindowCloseListener, removeCloseListener, removeListeneraddBeforeWindowCloseListener, getFocusComponent, getFrameOwner, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, isCloseable, setCloseable, setFocusComponent, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, validate, validateAlladdFacet, getFacet, getFacetNN, getFacets, isValid, removeFacet, validateadd, getComponent, getComponentNN, indexOfgetMargin, setMargin, setMargin, setMarginaddAction, addAction, getAction, getActionNN, getActions, getSubPart, removeAction, removeAction, removeAllActionsgetExpandRatio, setExpandRatioexpandexpand, getExpandDirection, isExpanded, resetExpandedadd, add, remove, remove, removeAllfocusFirstComponent, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, getOwnComponentsStreamopenEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openFrame, openFrame, openLookup, openLookup, openLookup, openLookup, openWindow, openWindow, showMessageDialog, showNotification, showNotification, showNotification, showOptionDialog, showOptionDialog, showWebPagegetSelectHandler, getSelectValidator, setSelectHandler, setSelectValidatorgetCompanion, getContext, getDsContext, getMessagesPack, getXmlDescriptor, isValid, setDsContext, setMessagesPack, setXmlDescriptor, validate, validate, validateAllgetComponent, getCompositiongetWrappedFramestatic final java.lang.String LOOKUP_ITEM_CLICK_ACTION_ID
static final java.lang.String LOOKUP_ENTER_PRESSED_ACTION_ID
static final java.lang.String NAME
UiComponentsio.jmix.ui.component.Component getLookupComponent()
void setLookupComponent(io.jmix.ui.component.Component lookupComponent)
@Nullable @Deprecated default Window.Lookup.Handler getLookupHandler()
@Deprecated default void setLookupHandler(Window.Lookup.Handler handler)
handler - handler implementation@Deprecated @Nullable default Window.Lookup.Validator getLookupValidator()
@Deprecated default void setLookupValidator(Window.Lookup.Validator validator)
validator - validator implementationvoid initLookupLayout()