Class CEComponentHTMLFormatter
- java.lang.Object
-
- org.openforis.collect.io.metadata.collectearth.balloon.CEComponentHTMLFormatter
-
public class CEComponentHTMLFormatter extends Object
- Author:
- S. Ricci, A. Sanchez-Paus Diaz
-
-
Constructor Summary
Constructors Constructor Description CEComponentHTMLFormatter(String language)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTooltip(com.jamesmurty.utils.XMLBuilder formGroupBuilder, String tooltip)Stringformat(CETabSet tabSet)static StringgetDescription(CodeListItem item, String lang)static StringgetItemLabel(CodeListItem item, String lang)
-
-
-
Constructor Detail
-
CEComponentHTMLFormatter
public CEComponentHTMLFormatter(String language)
-
-
Method Detail
-
addTooltip
public void addTooltip(com.jamesmurty.utils.XMLBuilder formGroupBuilder, String tooltip)
-
getItemLabel
public static String getItemLabel(CodeListItem item, String lang)
-
getDescription
public static String getDescription(CodeListItem item, String lang)
-
-