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, tableImplFields inherited from class io.jmix.ui.action.AbstractAction
caption, description, enabled, eventHub, icon, id, owners, primary, shortcut, visibleFields inherited from interface io.jmix.ui.action.Action
PROP_CAPTION, PROP_DESCRIPTION, PROP_ENABLED, PROP_ICON, PROP_SHORTCUT, PROP_VISIBLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerform(Component component) Invoked by owning component to execute the action.Methods inherited from class io.jmix.ui.component.presentation.action.AbstractPresentationAction
setMessagesMethods 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:ActionInvoked by owning component to execute the action.- Parameters:
component- invoking component
-