@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.Wrapper
io.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.HasWorkArea
Frame.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, removeListener
addBeforeWindowCloseListener, getFocusComponent, getFrameOwner, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, isCloseable, setCloseable, setFocusComponent, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, validate, validateAll
addFacet, getFacet, getFacetNN, getFacets, isValid, removeFacet, validate
add, getComponent, getComponentNN, indexOf
getMargin, setMargin, setMargin, setMargin
addAction, addAction, getAction, getActionNN, getActions, getSubPart, removeAction, removeAction, removeAllActions
getExpandRatio, setExpandRatio
expand
expand, getExpandDirection, isExpanded, resetExpanded
add, add, remove, remove, removeAll
focusFirstComponent, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, getOwnComponentsStream
openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openFrame, openFrame, openLookup, openLookup, openLookup, openLookup, openWindow, openWindow, showMessageDialog, showNotification, showNotification, showNotification, showOptionDialog, showOptionDialog, showWebPage
getSelectHandler, getSelectValidator, setSelectHandler, setSelectValidator
getCompanion, getContext, getDsContext, getMessagesPack, getXmlDescriptor, isValid, setDsContext, setMessagesPack, setXmlDescriptor, validate, validate, validateAll
getComponent, getComposition
getWrappedFrame
static 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
UiComponents
io.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()