java.lang.Objecttelosys.objects.ScreenRequest
ScreenRequest object ( reserved for internal use )
The request for "ScreenActions"
Constructor Summary | |
protected |
ScreenRequest(object oXHR)
Creates a new ScreenResponse object |
Method Summary | |
void |
clearData()
Clear the data XML fragment ( elements tags ) |
void |
clearParameters()
Clear all the parameters |
void |
clearViews()
Clear all the views to retrieve |
string |
getAction()
|
string |
getElements()
|
string |
getFlagClear()
|
string |
getFlagGet()
|
string |
getFlagSet()
|
string |
getProcedure()
|
string |
getScreenId()
|
string |
getScreenName()
|
string |
getXmlRequest()
Build the full XML request content and return it |
void |
setAction(string action)
|
void |
setData(string allDataTags)
Set the data XML fragment containing all the XML elements tags to send |
void |
setElements(string elements)
|
void |
setFlagClear(string flag)
|
void |
setFlagGet(string flag)
|
void |
setFlagSet(string flag)
|
void |
setParameter(string name,
string value)
Set a parameter value |
void |
setProcedure(string proc)
|
void |
setScreenId(string id)
|
void |
setScreenName(string name)
|
void |
setView(string name,
string renderer)
Set a view |
void |
showData()
Show the data elements tags to send |
void |
showParameters()
Show all the parameters in an alert message box |
void |
showViews()
Show all the views to retrieve in an alert message box |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ScreenRequest(object oXHR)
oXHR
- : a reference on the XMLHttpRequest object used to send the requestMethod Detail |
public void setScreenName(string name)
public string getScreenName()
public void setScreenId(string id)
public string getScreenId()
public void setAction(string action)
public string getAction()
public void setProcedure(string proc)
public string getProcedure()
public void setElements(string elements)
public string getElements()
public void setFlagGet(string flag)
public string getFlagGet()
public void setFlagSet(string flag)
public string getFlagSet()
public void setFlagClear(string flag)
public string getFlagClear()
public string getXmlRequest()
public void setParameter(string name, string value)
name
- value
- public void clearParameters()
public void showParameters()
public void setView(string name, string renderer)
name
- renderer
- public void clearViews()
public void showViews()
public void setData(string allDataTags)
allDataTags
- : the string to be inserted in the "data" tagpublic void clearData()
public void showData()