@Deprecated public static interface Window.Lookup<T extends Entity> extends Window, 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.BeforeCloseEvent, Window.BeforeCloseWithCloseButtonEvent, Window.BeforeCloseWithShortcutEvent, Window.CloseListener, Window.CloseOrigin, Window.CloseWithCommitListener, Window.Committable, Window.ContentSwitchMode, Window.Editor<T extends Entity>, Window.HasFoldersPane, Window.HasUserIndicator, Window.HasWorkArea, Window.Lookup<T extends Entity>, Window.TopLevelWindow, Window.WrapperFrame.MessageMode, Frame.MessageType, Frame.NotificationTypeExpandingLayout.ExpandDirectionComponent.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProviderLookupScreen.ValidationContext<T extends Entity>| 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
ComponentsFactory |
BROWSE_WINDOW_SUFFIX, CLOSE_ACTION_ID, COMMIT_ACTION_ID, CREATE_WINDOW_SUFFIX, EDITOR_WINDOW_SUFFIX, LOOKUP_WINDOW_SUFFIX, SELECT_ACTION_IDAUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELSLOOKUP_CANCEL_ACTION_ID, LOOKUP_SELECT_ACTION_ID, LOOKUP_SELECT_CLOSE_ACTIONNO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION| Modifier and Type | Method and Description |
|---|---|
Component |
getLookupComponent()
Deprecated.
|
default Window.Lookup.Handler |
getLookupHandler()
Deprecated.
|
default Window.Lookup.Validator |
getLookupValidator()
Deprecated.
|
void |
initLookupLayout()
Deprecated.
INTERNAL.
|
void |
setLookupComponent(Component lookupComponent)
Deprecated.
Set 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, addBeforeWindowCloseListener, addCloseListener, addCloseWithCommitListener, addListener, addTimer, applySettings, close, close, closeAndRun, deleteSettings, getContext, getDialogOptions, getFocusComponent, getFrameOwner, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getSettings, getTimer, getWindowManager, isCloseable, removeBeforeCloseWithCloseButtonListener, removeBeforeCloseWithShortcutListener, removeBeforeWindowCloseListener, removeCloseListener, removeCloseWithCommitListener, removeListener, saveSettings, setCloseable, setFocusComponent, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, validate, validateAlladdFacet, getFacet, getFacetNN, getFacets, isValid, removeFacet, validateexpand, expand, getExpandDirection, isExpanded, resetExpandedadd, getComponent, getComponentNN, indexOfadd, add, focusFirstComponent, getComponent, getComponentNN, getComponents, getOwnComponent, getOwnComponents, getOwnComponentsStream, remove, remove, removeAlladdStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedCompositiongetFrame, setFramegetSpacing, setSpacinggetMargin, setMargin, setMargin, setMarginaddAction, addAction, getAction, getActionNN, getActions, getSubPart, removeAction, removeAction, removeAllActionsgetIcon, setIcon, setIconFromSetgetCaption, setCaptiongetDescription, setDescriptionopenEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openEditor, openFrame, openFrame, openLookup, openLookup, openLookup, openLookup, openWindow, openWindow, showMessageDialog, showNotification, showNotification, showNotification, showOptionDialog, showOptionDialog, showWebPagegetExpandRatio, setExpandRatiogetSelectHandler, 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
ComponentsFactoryComponent getLookupComponent()
void setLookupComponent(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()