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 String
getLang()
String
getMessage(String key, String lang)
String
getTagName()
Gets the element name.void
initFromXML(XMLStreamReader reader)
Init the element from XMLvoid
setLang(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:Tag
Init the element from XML- Specified by:
initFromXML
in interfaceTag
- Throws:
XMLStreamException
-
getTagName
public String getTagName()
Description copied from interface:Tag
Gets the element name.- Specified by:
getTagName
in interfaceTag
- Returns:
- The element name.
-
-