Class ElementI18N
- java.lang.Object
 - 
- com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementI18N
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementI18N() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()StringgetMessage(String key, String lang)StringgetTagName()Gets the element name.voidinitFromXML(XMLStreamReader reader)Init the element from XMLvoidsetLang(String lang) 
 - 
 
- 
- 
Method Detail
- 
setLang
public void setLang(String lang)
 
- 
getLang
public String getLang()
 
- 
initFromXML
public void initFromXML(XMLStreamReader reader) throws XMLStreamException
Description copied from interface:TagInit the element from XML- Specified by:
 initFromXMLin interfaceTag- Throws:
 XMLStreamException
 
- 
getTagName
public String getTagName()
Description copied from interface:TagGets the element name.- Specified by:
 getTagNamein interfaceTag- Returns:
 - The element name.
 
 
 - 
 
 -