Class CEFieldSet
- java.lang.Object
-
- org.openforis.collect.io.metadata.collectearth.balloon.CEFieldSet
-
- Direct Known Subclasses:
CEAncillaryFields,CEMultipleForm,CETab,CETabSet
public class CEFieldSet extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description CEFieldSet(String name, String label, String tooltip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(org.openforis.collect.io.metadata.collectearth.balloon.CEComponent child)List<org.openforis.collect.io.metadata.collectearth.balloon.CEComponent>getChildren()StringgetHtmlParameterName()StringgetLabel()StringgetLabelOrName()StringgetName()StringgetTooltip()booleanisMultiple()
-
-
-
Method Detail
-
addChild
public void addChild(org.openforis.collect.io.metadata.collectearth.balloon.CEComponent child)
-
getChildren
public List<org.openforis.collect.io.metadata.collectearth.balloon.CEComponent> getChildren()
-
getLabelOrName
public String getLabelOrName()
-
getHtmlParameterName
public String getHtmlParameterName()
-
getName
public String getName()
-
getLabel
public String getLabel()
-
getTooltip
public String getTooltip()
-
isMultiple
public boolean isMultiple()
-
-