Uses of Interface
io.keikai.jsf.Action
-
Packages that use Action Package Description io.keikai.jsf io.keikai.jsf.ui.impl -
-
Uses of Action in io.keikai.jsf
Methods in io.keikai.jsf with parameters of type Action Modifier and Type Method Description voidActionBridge. 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)voidActionBridge. execute(Action action, boolean auto)Execute the action in zk lifecycle, and update the result to client. -
Uses of Action in io.keikai.jsf.ui.impl
Methods in io.keikai.jsf.ui.impl with parameters of type Action Modifier and Type Method Description voidActionBridgeImpl. execute(Action action)voidActionBridgeImpl. execute(Action action, boolean auto)
-