Class ResetPresentationAction
java.lang.Object
io.jmix.ui.action.AbstractAction
io.jmix.ui.component.presentation.action.AbstractPresentationAction
io.jmix.ui.component.presentation.action.ResetPresentationAction
- All Implemented Interfaces:
Action
,Action.HasPrimaryState
-
Nested Class Summary
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.ui.component.presentation.action.AbstractPresentationAction
settingsBinder, table, tableImpl
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
actionPerform
(Component component) Invoked by owning component to execute the action.Methods inherited from class io.jmix.ui.component.presentation.action.AbstractPresentationAction
setMessages
Methods inherited from class io.jmix.ui.action.AbstractAction
addOwner, addPropertyChangeListener, firePropertyChange, getCaption, getDescription, getEventHub, getIcon, getId, getOwner, getOwners, getShortcutCombination, hasSubscriptions, isEnabled, isPrimary, isVisible, refreshState, removeOwner, removePropertyChangeListener, setCaption, setDescription, setEnabled, setIcon, setPrimary, setShortcut, setShortcutCombination, setVisible
-
Constructor Details
-
ResetPresentationAction
-
-
Method Details
-
actionPerform
Description copied from interface:Action
Invoked by owning component to execute the action.- Parameters:
component
- invoking component
-