Uses of Interface
io.keikai.jsf.Action

Packages that use Action
Package
Description
 
 
  • Uses of Action in io.keikai.jsf

    Methods in io.keikai.jsf with parameters of type Action
    Modifier and Type
    Method
    Description
    void
    ActionBridge.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
    ActionBridge.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
    void
    ActionBridgeImpl.execute(Action action)
     
    void
    ActionBridgeImpl.execute(Action action, boolean auto)