Package io.jmix.uidata.action.filter
Class FilterSaveAction
java.lang.Object
io.jmix.ui.action.AbstractAction
io.jmix.ui.action.BaseAction
io.jmix.ui.action.filter.FilterAction
io.jmix.uidata.action.filter.FilterSaveAsAction
io.jmix.uidata.action.filter.FilterSaveAction
- All Implemented Interfaces:
Action
,Action.ExecutableAction
,Action.HasPrimaryState
,Action.SecuredAction
- Direct Known Subclasses:
FilterSaveWithValuesAction
@StudioAction(target="io.jmix.ui.component.Filter",
description="Saves changes to current filter configuration")
@ActionType("filter_save")
public class FilterSaveAction
extends FilterSaveAsAction
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.action.BaseAction
BaseAction.EnabledRule
Nested classes/interfaces inherited from interface io.jmix.ui.action.Action
Action.ActionPerformedEvent, Action.AdjustWhenScreenReadOnly, Action.ExecutableAction, Action.HasPrimaryState, Action.HasSecurityConstraint, Action.HasTarget, Action.MainTabSheetAction, Action.ScreenOpeningAction, Action.SecuredAction, Action.Status
-
Field Summary
Fields inherited from class io.jmix.uidata.action.filter.FilterSaveAsAction
componentProperties, dialogs, filterComponents, filterSupport, inputDialogCloseListener, messages, uiComponents
Fields inherited from class io.jmix.ui.action.filter.FilterAction
filter
Fields inherited from class io.jmix.ui.action.AbstractAction
caption, description, enabled, eventHub, icon, id, owners, primary, shortcut, visible
Fields inherited from interface io.jmix.ui.action.Action
PROP_CAPTION, PROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT, PROP_VISIBLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executes theAction
protected boolean
Callback method which is invoked by the action to determine its enabled state.protected void
saveExistedConfigurationModel
(Filter.Configuration configuration, FilterConfiguration existedConfigurationModel) protected void
setMessages
(Messages messages) Methods inherited from class io.jmix.uidata.action.filter.FilterSaveAsAction
applyDefaultInputDialogOkAction, copyConfiguration, initDefaultInputDialogCloseListener, initInputDialogFormFields, openInputDialog, saveNewConfigurationModel, setCurrentFilterConfiguration, setDialogs, setFilterComponents, setFilterSupport, setIcons, setInputDialogCloseListener, setUiComponentProperties, setUiComponents
Methods inherited from class io.jmix.ui.action.filter.FilterAction
actionPerform, getFilter, setFilter
Methods inherited from class io.jmix.ui.action.BaseAction
addActionPerformedListener, addEnabledRule, isEnabledByRule, isEnabledByUiPermissions, isPermitted, isVisibleByUiPermissions, refreshState, removeEnabledRule, setEnabled, setEnabledByUiPermissions, setEnabledInternal, setVisible, setVisibleByUiPermissions, setVisibleInternal, withCaption, withDescription, withHandler, withIcon, withPrimary, withShortcut
Methods inherited from class io.jmix.ui.action.AbstractAction
addOwner, addPropertyChangeListener, firePropertyChange, getCaption, getDescription, getEventHub, getIcon, getId, getOwner, getOwners, getShortcutCombination, hasSubscriptions, isEnabled, isPrimary, isVisible, removeOwner, removePropertyChangeListener, setCaption, setDescription, setIcon, setPrimary, setShortcut, setShortcutCombination
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.ui.action.Action
addOwner, addPropertyChangeListener, getCaption, getDescription, getIcon, getId, getOwner, getOwners, getShortcutCombination, isEnabled, isVisible, refreshState, removeOwner, removePropertyChangeListener, setCaption, setDescription, setEnabled, setIcon, setShortcut, setShortcutCombination, setVisible
-
Field Details
-
ID
- See Also:
-
valuesMap
-
-
Constructor Details
-
FilterSaveAction
public FilterSaveAction() -
FilterSaveAction
-
-
Method Details
-
setMessages
- Overrides:
setMessages
in classFilterSaveAsAction
-
isApplicable
protected boolean isApplicable()Description copied from class:BaseAction
Callback method which is invoked by the action to determine its enabled state.- Overrides:
isApplicable
in classFilterSaveAsAction
- Returns:
- true if the action is enabled for the current context, e.g. there is a selected row in a table
-
execute
public void execute()Description copied from interface:Action.ExecutableAction
Executes theAction
- Specified by:
execute
in interfaceAction.ExecutableAction
- Overrides:
execute
in classFilterSaveAsAction
-
saveExistedConfigurationModel
protected void saveExistedConfigurationModel(Filter.Configuration configuration, @Nullable FilterConfiguration existedConfigurationModel)
-