java.lang.Objectorg.objectweb.telosys.common.TelosysObject
org.objectweb.telosys.uil.screenmap.ScreenMapElement
Element designed to be used in a screen template
One or more elements can be defined for each screenmap ( see "element" tag in "screens.xml" )
Constructor Summary | |
ScreenMapElement(java.lang.String sName,
java.lang.String sValue,
java.lang.String sContent)
Constructor |
Method Summary | |
java.lang.String |
getContent()
Returns the element content |
java.lang.String |
getName()
Returns the element name |
java.lang.String |
getValue()
Returns the element value |
boolean |
isContent()
Returns true if the element is a content to include in the output stream |
boolean |
isValue()
Returns true if the element is a value |
Methods inherited from class org.objectweb.telosys.common.TelosysObject |
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenMapElement(java.lang.String sName, java.lang.String sValue, java.lang.String sContent)
sName
- sValue
- sContent
- Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getContent()
public boolean isValue()
public boolean isContent()