| java.lang.Object org.enhydra.util.chiba.ScriptFacade
ScriptFacade | public class ScriptFacade (Code) | | AJAX Facade class to hide the full functionality from the web-client.
author: Slobodan Vujasinovic |
Constructor Summary | |
public | ScriptFacade() grabs the actual adapter from the session. |
FLUX_ACTIVATE_EVENT | final public static String FLUX_ACTIVATE_EVENT(Code) | | |
ScriptFacade | public ScriptFacade()(Code) | | grabs the actual adapter from the session.
|
fetchProgress | public org.w3c.dom.Element fetchProgress(String id, String filename)(Code) | | fetches the progress of a running upload.
Parameters: id - id of the upload control in use Parameters: filename - filename for uploaded data a array containing two elements for evaluation in browser. Firstparam is the upload control id and second will be the currentprogress of the upload. |
fireAction | public org.w3c.dom.Element fireAction(String id) throws Exception(Code) | | executes a trigger
Parameters: id - the id of the trigger to execute the list of events that may result through this action throws: FluxException - |
setXFormsValue | public org.w3c.dom.Element setXFormsValue(String id, String value) throws Exception(Code) | | sets the value of a control in the processor.
Parameters: id - the id of the control in the host document Parameters: value - the new value the list of events that may result through this action throws: FluxException - |
|
|