Uses of Class
org.wicketstuff.clipboardjs.ClipboardJsBehavior.Action
-
-
Uses of ClipboardJsBehavior.Action in org.wicketstuff.clipboardjs
Methods in org.wicketstuff.clipboardjs that return ClipboardJsBehavior.Action Modifier and Type Method Description static ClipboardJsBehavior.ActionClipboardJsBehavior.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static ClipboardJsBehavior.Action[]ClipboardJsBehavior.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.clipboardjs with parameters of type ClipboardJsBehavior.Action Modifier and Type Method Description ClipboardJsBehaviorClipboardJsBehavior. setAction(ClipboardJsBehavior.Action action)
-