org.objectweb.telosys.uil.screenmap
Class ScreenMapElement

java.lang.Object
  extended byorg.objectweb.telosys.common.TelosysObject
      extended byorg.objectweb.telosys.uil.screenmap.ScreenMapElement

public class ScreenMapElement
extends TelosysObject

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

ScreenMapElement

public ScreenMapElement(java.lang.String sName,
                        java.lang.String sValue,
                        java.lang.String sContent)
Constructor

Parameters:
sName -
sValue -
sContent -
Method Detail

getName

public java.lang.String getName()
Returns the element name

Returns:

getValue

public java.lang.String getValue()
Returns the element value

Returns:

getContent

public java.lang.String getContent()
Returns the element content

Returns:

isValue

public boolean isValue()
Returns true if the element is a value

Returns:

isContent

public boolean isContent()
Returns true if the element is a content to include in the output stream

Returns: