java.lang.Objecttelosys.objects.ScreenView
Internal utility class ( reserved for internal use )
Constructor Summary | |
protected |
ScreenView(string containerId,
object containerObject,
string screenZone,
string xmlTag,
string renderer)
|
Method Summary | |
void |
clear(string zone)
Clear the content of the view container if the view belongs to the given ScreenZone. |
object |
getContainer()
Returns the container |
string |
getContainerId()
Returns the id of the container |
string |
getName()
Returns the name of the XML tag |
string |
getRenderer()
Returns the name of the renderer |
string |
getScreenZone()
Returns the name of the screen zone |
void |
setContent(string content)
Set the given content in the view container |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ScreenView(string containerId, object containerObject, string screenZone, string xmlTag, string renderer)
Method Detail |
public string getName()
public string getRenderer()
public string getScreenZone()
public string getContainerId()
public object getContainer()
public void setContent(string content)
content
- the content to set in the innerHTML attribute of the containerpublic void clear(string zone)
zone
- : the screen zone (can be null)