Package io.jmix.reportsflowui.action
Class ReportsMultiValueSelectAction<E>
java.lang.Object
io.jmix.flowui.kit.action.AbstractAction
io.jmix.flowui.kit.action.BaseAction<MultiValueSelectAction<E>>
io.jmix.flowui.action.ObservableBaseAction<MultiValueSelectAction<E>>
io.jmix.flowui.action.SecuredBaseAction<MultiValueSelectAction<E>>
io.jmix.flowui.action.valuepicker.PickerAction<MultiValueSelectAction<E>,PickerComponent<Collection<E>>,Collection<E>>
io.jmix.flowui.action.multivaluepicker.MultiValueSelectAction<E>
io.jmix.reportsflowui.action.ReportsMultiValueSelectAction<E>
- Type Parameters:
E- entity type
- All Implemented Interfaces:
ExecutableAction,TargetAction<PickerComponent<Collection<E>>>,ViewOpeningAction,Action,HasShortcutCombination,org.springframework.beans.factory.InitializingBean
INTERNAL! Will be removed in next releases.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.flowui.action.SecuredBaseAction
SecuredBaseAction.EnabledRuleNested classes/interfaces inherited from interface io.jmix.flowui.action.ViewOpeningAction
ViewOpeningAction.QueryParametersProvider, ViewOpeningAction.RouteParametersProvider -
Field Summary
FieldsFields inherited from class io.jmix.flowui.action.multivaluepicker.MultiValueSelectAction
DEFAULT_MULTI_VALUE_SELECT_VIEW, dialogWindows, messages, multiValueSelectContext, readOnly, uiComponentProperties, viewInitializerFields inherited from class io.jmix.flowui.action.valuepicker.PickerAction
targetFields inherited from class io.jmix.flowui.action.SecuredBaseAction
enabledRulesFields inherited from class io.jmix.flowui.action.ObservableBaseAction
uiObservationSupportFields inherited from class io.jmix.flowui.kit.action.BaseAction
enabledExplicitly, visibleExplicitlyFields inherited from class io.jmix.flowui.kit.action.AbstractAction
description, enabled, eventBus, icon, id, shortcutCombination, text, variant, visibleFields inherited from interface io.jmix.flowui.kit.action.Action
PROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT_COMBINATION, PROP_TEXT, PROP_VARIANT, PROP_VISIBLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.flowui.action.multivaluepicker.MultiValueSelectAction
addValidator, afterPropertiesSet, execute, getAfterCloseHandler, getDatatype, getEntityName, getEnumClass, getItemLabelGenerator, getItems, getJavaClass, getLookupViewId, getOpenMode, getQueryParametersProvider, getRouteParametersProvider, getTimeZone, getValidators, getViewClass, getViewConfigurer, getViewId, initMultiValuePickerComponentValueType, isReadOnly, isUseComboBox, setAfterCloseHandler, setDatatype, setDialogWindows, setEntityName, setEnumClass, setIcons, setItemLabelGenerator, setItems, setJavaClass, setLookupViewId, setMessages, setOpenMode, setQueryParametersProvider, setReadOnly, setRouteParametersProvider, setTimeZone, setUiComponentProperties, setUseComboBox, setValidators, setViewClass, setViewConfigurer, setViewId, withAfterCloseHandler, withDatatype, withEntityName, withEnumClass, withItemLabelGenerator, withItems, withJavaClass, withLookupViewId, withReadOnly, withTimeZone, withUseComboBox, withValidators, withViewClass, withViewConfigurer, withViewIdMethods inherited from class io.jmix.flowui.action.valuepicker.PickerAction
actionPerform, checkTarget, getTarget, initAction, isApplicable, setTarget, withTargetMethods inherited from class io.jmix.flowui.action.SecuredBaseAction
addEnabledRule, isEnabledByRule, isPermitted, refreshState, removeEnabledRuleMethods inherited from class io.jmix.flowui.action.ObservableBaseAction
getUiObservationSupportMethods inherited from class io.jmix.flowui.kit.action.BaseAction
addActionPerformedListener, self, setEnabled, setEnabledInternal, setVisible, setVisibleInternal, withDescription, withEnabled, withHandler, withIcon, withShortcutCombination, withText, withVariant, withVisibleMethods inherited from class io.jmix.flowui.kit.action.AbstractAction
addPropertyChangeListener, firePropertyChange, getDescription, getEventBus, getIcon, getIconComponent, getId, getShortcutCombination, getText, getVariant, hasListener, isEnabled, isVisible, setDescription, setIcon, setIconComponent, setShortcutCombination, setText, setVariantMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.kit.action.Action
actionPerform, addPropertyChangeListener, getDescription, getIcon, getIconComponent, getId, getText, getVariant, isEnabled, isVisible, refreshState, setDescription, setEnabled, setIcon, setIconComponent, setText, setVariant, setVisibleMethods inherited from interface io.jmix.flowui.kit.component.HasShortcutCombination
getShortcutCombination, setShortcutCombination
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
ReportsMultiValueSelectAction
public ReportsMultiValueSelectAction() -
ReportsMultiValueSelectAction
-