|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.util.chiba.ScriptFacade
public class ScriptFacade
AJAX Facade class to hide the full functionality from the web-client.
Field Summary | |
---|---|
static java.lang.String |
FLUX_ACTIVATE_EVENT
|
Constructor Summary | |
---|---|
ScriptFacade()
grabs the actual adapter from the session. |
Method Summary | |
---|---|
org.w3c.dom.Element |
fetchProgress(java.lang.String id,
java.lang.String filename)
fetches the progress of a running upload. |
org.w3c.dom.Element |
fireAction(java.lang.String id)
executes a trigger |
java.lang.String |
getInfo()
|
org.w3c.dom.Element |
setRepeatIndex(java.lang.String id,
java.lang.String position)
|
org.w3c.dom.Element |
setXFormsValue(java.lang.String id,
java.lang.String value)
sets the value of a control in the processor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FLUX_ACTIVATE_EVENT
Constructor Detail |
---|
public ScriptFacade()
Method Detail |
---|
public org.w3c.dom.Element fireAction(java.lang.String id) throws java.lang.Exception
id
- the id of the trigger to execute
FluxException
java.lang.Exception
public org.w3c.dom.Element setXFormsValue(java.lang.String id, java.lang.String value) throws java.lang.Exception
id
- the id of the control in the host documentvalue
- the new value
FluxException
java.lang.Exception
public org.w3c.dom.Element setRepeatIndex(java.lang.String id, java.lang.String position) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Element fetchProgress(java.lang.String id, java.lang.String filename)
id
- id of the upload control in usefilename
- filename for uploaded data
public java.lang.String getInfo()
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |