public interface ActionBridge
Action inside zk context| Modifier and Type | Method and Description |
|---|---|
void |
execute(Action action)
Execute the action in zk lifecycle, and update the result to client, it throws ComponentNotFoundException if zk desktop not found (e.g you run
the action in JSF post-back, so desktop was removed)
|
void |
execute(Action action,
boolean auto)
Execute the action in zk lifecycle, and update the result to client.
|
void execute(Action action)
action - void execute(Action action, boolean auto)
Action.execute() directly if there has no zk desktop to wrap lice-cycle and you set auto to true.
It will throw ComponentNotFoundException if there has no zk desktop and you set auto to false.action - auto - true wrap the execution in zk desktop lifecycle automatically,Copyright © 2020. All rights reserved.