@Dependent public class DeleteSelectionSessionCommand extends AbstractClientSessionCommand<ClientFullSession>
DELETE keyboard event and fires the delete operation as well.ClientSessionCommand.Callback<V>| Modifier | Constructor and Description |
|---|---|
protected |
DeleteSelectionSessionCommand() |
|
DeleteSelectionSessionCommand(SessionManager clientSessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
CanvasCommandFactory<AbstractCanvasHandler> canvasCommandFactory) |
| Modifier and Type | Method and Description |
|---|---|
<V> void |
execute(ClientSessionCommand.Callback<V> callback) |
bind, execute, fire, getSession, isEnabled, listen, setEnabled, unbindprotected DeleteSelectionSessionCommand()
@Inject public DeleteSelectionSessionCommand(SessionManager clientSessionManager, @Session SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, CanvasCommandFactory<AbstractCanvasHandler> canvasCommandFactory)
public <V> void execute(ClientSessionCommand.Callback<V> callback)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.