info.informatica.ui.html.tag
Class MetaField

java.lang.Object
  extended by info.informatica.doc.DocumentFragment
      extended by info.informatica.html.tag.HTMLTag
          extended by info.informatica.ui.html.tag.FormData
              extended by info.informatica.ui.html.tag.MetaField
All Implemented Interfaces:
info.informatica.doc.DocumentElement, info.informatica.html.tag.AttributeListener, DataControl, DataValue, Comparable<info.informatica.doc.DocumentFragment>

public final class MetaField
extends FormData

Meta form field.

Author:
amengual at informatica dot info

Nested Class Summary
 
Nested classes/interfaces inherited from class info.informatica.doc.DocumentFragment
info.informatica.doc.DocumentFragment.FragmentComp, info.informatica.doc.DocumentFragment.NotFragmentComp
 
Constructor Summary
MetaField(String tagid, ControlName name, info.informatica.doc.FragmentPosition pos)
           
 
Method Summary
 String getName()
          Gets the name of the tag.
 void mapDataToUI(DataField de, Dataset ds, Map<String,Object> m)
           
 void setValue(Map<String,String> environment)
          Set value(s) from Map.
 String startTag()
          Returns an empty String.
 
Methods inherited from class info.informatica.ui.html.tag.FormData
createField, createField, getAttributes, getControlName, getFieldname, getFieldSize, getFormat, getStringValues, getValue, guessDataField, init, mapInputField, setFieldname, setFormat, setValue, setValue, setValue, toString, toString
 
Methods inherited from class info.informatica.html.tag.HTMLTag
align, endTag, getAlignment, getBlockPosition, getId, getParent, getStyle, getStyleClass, getTagData, isSelfClosing, length, onAttributeRemoved, onAttributes, onAttributeStringSet, onDummyAttributes, setAttributes, setId, setParent, setSelfClosing, setSelfClosing, setTagData, setTagData, toString, toString, toXml, vAlign
 
Methods inherited from class info.informatica.doc.DocumentFragment
adjustWidth, compareTo, getCurrentPosition, getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaField

public MetaField(String tagid,
                 ControlName name,
                 info.informatica.doc.FragmentPosition pos)
Method Detail

setValue

public void setValue(Map<String,String> environment)
              throws DataFieldException
Set value(s) from Map.

Parameters:
environment - a Map containing the environment values.
Throws:
DataFieldException

getName

public String getName()
Gets the name of the tag.

Specified by:
getName in class info.informatica.html.tag.HTMLTag
Returns:
tag name

startTag

public String startTag()
Returns an empty String.

Overrides:
startTag in class info.informatica.html.tag.HTMLTag

mapDataToUI

public void mapDataToUI(DataField de,
                        Dataset ds,
                        Map<String,Object> m)
                 throws DatasetException
Specified by:
mapDataToUI in interface DataControl
Overrides:
mapDataToUI in class FormData
Throws:
DatasetException