public abstract class AbstractExportSessionCommand extends AbstractClientSessionCommand<AbstractSession<AbstractCanvas,AbstractCanvasHandler>>
ClientSessionCommand.Callback<V>| Modifier and Type | Field and Description |
|---|---|
protected TimerUtils |
timer |
| Constructor and Description |
|---|
AbstractExportSessionCommand(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(ClientSession session) |
<T> void |
execute(ClientSessionCommand.Callback<T> callback) |
protected abstract void |
export(String fileName) |
protected void |
setTimer(TimerUtils timer) |
bind, checkEventContext, destroy, doDestroy, enable, execute, fire, getCanvasHandler, getElement, getSession, isEnabled, listen, newDefaultCallback, setEnabledprotected TimerUtils timer
public AbstractExportSessionCommand(boolean enabled)
protected abstract void export(String fileName)
public boolean accepts(ClientSession session)
accepts in class AbstractClientSessionCommand<AbstractSession<AbstractCanvas,AbstractCanvasHandler>>public <T> void execute(ClientSessionCommand.Callback<T> callback)
protected void setTimer(TimerUtils timer)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.