Uses of Class
de.hybris.platform.cockpit.events.impl.ClipboardEvent.Action
-
Packages that use ClipboardEvent.Action Package Description de.hybris.platform.cockpit.events.impl -
-
Uses of ClipboardEvent.Action in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return ClipboardEvent.Action Modifier and Type Method Description ClipboardEvent.ActionClipboardEvent. getAction()static ClipboardEvent.ActionClipboardEvent.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClipboardEvent.Action[]ClipboardEvent.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.platform.cockpit.events.impl with parameters of type ClipboardEvent.Action Constructor Description ClipboardEvent(java.lang.Object source, ClipboardEvent.Action action)
-