@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(SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
CanvasCommandFactory<AbstractCanvasHandler> canvasCommandFactory,
javax.enterprise.event.Event<CanvasClearSelectionEvent> clearSelectionEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ClientFullSession session) |
<V> void |
execute(ClientSessionCommand.Callback<V> callback) |
execute, fire, getCanvasHandler, getElement, getSession, isEnabled, listen, newDefaultCallback, setEnabled, unbindprotected DeleteSelectionSessionCommand()
@Inject public DeleteSelectionSessionCommand(@Session SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, CanvasCommandFactory<AbstractCanvasHandler> canvasCommandFactory, javax.enterprise.event.Event<CanvasClearSelectionEvent> clearSelectionEvent)
public void bind(ClientFullSession session)
bind in interface CanvasControl.SessionAware<ClientFullSession>bind in class AbstractClientSessionCommand<ClientFullSession>public <V> void execute(ClientSessionCommand.Callback<V> callback)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.